diff --git a/app/pages/docs.vue b/app/pages/docs.vue index 377338d..6f1aa62 100644 --- a/app/pages/docs.vue +++ b/app/pages/docs.vue @@ -69,7 +69,7 @@ const apiEndpoints = [ { method: 'GET', path: '/api/hobbies', description: 'Hobbies and interests' }, { method: 'GET', path: '/api/uses', description: 'Tech stack and tools' }, { method: 'GET', path: '/api/activity', description: 'Real-time activity' }, - { method: 'GET', path: '/api/wakatime', description: 'Coding statistics' }, + { method: 'GET', path: '/api/stats', description: 'Coding statistics' }, { method: 'GET', path: '/api/status-page', description: 'Status page' }, { method: 'GET', path: '/api/resumes/{en|fr}', description: 'Download resume' } ] @@ -230,7 +230,7 @@ const apiEndpoints = [ "url": "https://api.arthurdanjou.fr/mcp" } } -} +} @@ -388,7 +388,7 @@ const apiEndpoints = [ - +

REST API Endpoints