mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Change route name
This commit is contained in:
@@ -20,7 +20,7 @@ Route.group(() => {
|
||||
|
||||
Route.group(() => {
|
||||
Route.post('/commands', 'StatsController.incrementCommandCount')
|
||||
Route.post('/docker', 'StatsController.incrementBuildCount')
|
||||
Route.post('/builds', 'StatsController.incrementBuildCount')
|
||||
}).prefix('stats')
|
||||
|
||||
}).middleware('auth:web,api')
|
||||
|
||||
Reference in New Issue
Block a user