mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
feat: renommer le point de terminaison de l'API WakaTime en 'stats' et ajuster le formatage du code
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user