mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-03-22 04:50:42 +00:00
init coors for playt2.com
This commit is contained in:
parent
b1bf08267e
commit
43c15e1649
4 changed files with 98 additions and 2 deletions
|
|
@ -38,4 +38,7 @@ const namedMiddleware = {}
|
|||
Server
|
||||
.registerGlobal(globalMiddleware)
|
||||
.registerNamed(namedMiddleware)
|
||||
.use(['Adonis/Middleware/Static'])
|
||||
.use([
|
||||
'Adonis/Middleware/Static',
|
||||
'Adonis/Middleware/Cors'
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue