mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-30 15:28:37 +01:00
Add I18n
This commit is contained in:
@@ -22,7 +22,8 @@ import Server from '@ioc:Adonis/Core/Server'
|
||||
*/
|
||||
Server.middleware.register([
|
||||
() => import('@ioc:Adonis/Core/BodyParser'),
|
||||
() => import('App/Middleware/SilentAuth')
|
||||
() => import('App/Middleware/SilentAuth'),
|
||||
() => import('App/Middleware/DetectUserLocale')
|
||||
])
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user