Explorar el Código

:recycle: unprotecting test route

master
TOJ hace 5 años
padre
commit
8ba3f3e614
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      backend/lib/plugins/test.js

+ 1
- 0
backend/lib/plugins/test.js Ver fichero

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
     }

Loading…
Cancelar
Guardar