This commit is contained in:
2020-12-19 22:06:57 +01:00
parent 56df09e56b
commit 7d884d4eed
2 changed files with 6 additions and 0 deletions

View File

@@ -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`,