소스 검색

:recycle: unprotecting test route

master
TOJ 5 년 전
부모
커밋
8ba3f3e614
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      backend/lib/plugins/test.js

+ 1
- 0
backend/lib/plugins/test.js 파일 보기

@@ -13,6 +13,7 @@ module.exports = {
13 13
                 description: 'Test',
14 14
                 notes: 'This is a test route',
15 15
                 tags: ['api'],
16
+                auth: false
16 17
             }
17 18
         })
18 19
     }

Loading…
취소
저장