modified: backend/src/config/swagger.ts
modified: frontend/src/pages/Dashboard.tsx
This commit is contained in:
@@ -14,8 +14,8 @@ const options: swaggerJsdoc.Options = {
|
||||
},
|
||||
servers: [
|
||||
{
|
||||
url: `http://localhost:${config.port}`,
|
||||
description: 'Development server',
|
||||
url: '/api',
|
||||
description: 'API Server',
|
||||
},
|
||||
],
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user