upd
All checks were successful
Deploy Backend / deploy (push) Successful in 30s

This commit is contained in:
Oscar
2026-06-04 15:57:58 +03:00
parent 4d6ea2c9e3
commit bdd58583d9

View File

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