From ecde3eeee715aa5b9a6df70d0ac4659138b34db8 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 20 Dec 2020 18:42:23 +0100 Subject: [PATCH] Fix --- start/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/routes.ts b/start/routes.ts index 44ff860..332c785 100644 --- a/start/routes.ts +++ b/start/routes.ts @@ -14,7 +14,7 @@ Route.get('/', async ({response}: HttpContextContract) => { routes: { arthur_data: `${BASE_URL}/me`, stats_data: `${BASE_URL}/stats`, - state_data: `${BASE_URL}/states`, + states_data: `${BASE_URL}/states`, locations_data: `${BASE_URL}/locations`, locations_history: `${BASE_URL}/locations/history`, projects: `${BASE_URL}/projects`