mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-30 19:37:51 +01:00
Fix
This commit is contained in:
@@ -14,7 +14,7 @@ Route.get('/', async ({response}: HttpContextContract) => {
|
|||||||
routes: {
|
routes: {
|
||||||
arthur_data: `${BASE_URL}/me`,
|
arthur_data: `${BASE_URL}/me`,
|
||||||
stats_data: `${BASE_URL}/stats`,
|
stats_data: `${BASE_URL}/stats`,
|
||||||
state_data: `${BASE_URL}/states`,
|
states_data: `${BASE_URL}/states`,
|
||||||
locations_data: `${BASE_URL}/locations`,
|
locations_data: `${BASE_URL}/locations`,
|
||||||
locations_history: `${BASE_URL}/locations/history`,
|
locations_history: `${BASE_URL}/locations/history`,
|
||||||
projects: `${BASE_URL}/projects`
|
projects: `${BASE_URL}/projects`
|
||||||
|
|||||||
Reference in New Issue
Block a user