Initial commit

This commit is contained in:
2025-10-28 11:50:15 +00:00
commit 057359608b
21 changed files with 1742 additions and 0 deletions

7
src/swagger.js Normal file
View File

@@ -0,0 +1,7 @@
/**
* OpenAPI/Swagger configuration
*/
import { swaggerConfig } from './swagger/config';
export { swaggerConfig };