const auth_routes = { prefix: '/api/v1/auth', middleware: [ ], get: { }, post: { '/validate/username': ['controller::api:v1:Auth.validate_username'], '/attempt': [ 'controller::api:v1:Auth.attempt' ], }, } module.exports = exports = auth_routes