garrettmills
9df5f2d5f4
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
205 B
JavaScript
15 lines
205 B
JavaScript
module.exports = exports = {
|
|
|
|
prefix: '/api/v1/search',
|
|
|
|
middleware: [],
|
|
|
|
get: {
|
|
'/': ['middleware::auth:ApiRoute', 'controller::api:v1:Misc.get_search'],
|
|
},
|
|
|
|
post: {
|
|
|
|
},
|
|
}
|