This commit is contained in:
2020-12-19 22:03:41 +01:00
parent 584ec42309
commit 56df09e56b
4 changed files with 43 additions and 9 deletions

View File

@@ -35,6 +35,9 @@ Tasks: kernel : setTimeout or cron
Deezer songs: 1min
*/
Route.get('/source', async ({response}: HttpContextContract) => {
return response.redirect('https://github.com/arthurdanjou/artapi')
})
Route.get('/location', 'LocationsController.get')
Route.get('/location/history', 'LocationsController.history')
Route.get('/stats', 'StatsController.get')