'use strict';
module.exports = [
{
method: 'POST',
path: '/login',
handler: 'authentication.login',
config: {
auth: false,
middlewares: ['admin::rateLimit'],
},
},
{
method: 'POST',
path: '/renew-token',
handler: 'authentication.renewToken',
config: { auth: false },
},
{
method: 'POST',
This file has been truncated. show original