mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-27 10:00:27 +01:00
Fix
This commit is contained in:
@@ -14,6 +14,7 @@ Route.get('/', async ({response}: HttpContextContract) => {
|
||||
response.status(200).send({
|
||||
domain: BASE_URL,
|
||||
version: "1.0",
|
||||
source: `${BASE_URL}/source`,
|
||||
routes: {
|
||||
deezer_data: `${BASE_URL}/deezer`,
|
||||
stats_data: `${BASE_URL}/stats`,
|
||||
|
||||
Reference in New Issue
Block a user