This commit is contained in:
2020-12-20 18:42:23 +01:00
parent 656b491a2b
commit ecde3eeee7

View File

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