upd
All checks were successful
Deploy Frontend / deploy (push) Successful in 40s

This commit is contained in:
Oscar
2026-06-04 15:45:16 +03:00
parent 0a203d971e
commit 17cb1128a6
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const options: swaggerJsdoc.Options = {
version: '1.0.0',
description: 'API for managing items with selection and ordering',
},
servers: [{ url: 'http://localhost:1337' }],
// servers: [{ url: 'http://localhost:1337' }],
},
apis: ['./src/routes/*.ts'],
}