浏览代码

:recycle: unprotecting test route

tags/0.0.1
TOJ 5 年前
父节点
当前提交
8ba3f3e614
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      backend/lib/plugins/test.js

+ 1
- 0
backend/lib/plugins/test.js 查看文件

13
                 description: 'Test',
13
                 description: 'Test',
14
                 notes: 'This is a test route',
14
                 notes: 'This is a test route',
15
                 tags: ['api'],
15
                 tags: ['api'],
16
+                auth: false
16
             }
17
             }
17
         })
18
         })
18
     }
19
     }

正在加载...
取消
保存