mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-22 16:00:26 +01:00
Fix 403
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user