modified: backend/src/config/swagger.ts

modified:   frontend/src/pages/Dashboard.tsx
This commit is contained in:
GEgorov
2025-10-07 00:38:48 +03:00
parent 548b7b35c0
commit bb910032e3
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ const options: swaggerJsdoc.Options = {
},
servers: [
{
url: `http://localhost:${config.port}`,
description: 'Development server',
url: '/api',
description: 'API Server',
},
],
components: {