mirror of
https://github.com/oiov/vmail.git
synced 2026-06-05 21:03:00 +08:00
- Introduced `openApiEnabled` configuration in the app settings. - Implemented middleware to restrict access to API routes when OpenAPI is disabled. - Updated API key creation logic to check OpenAPI status before proceeding. - Added user feedback for disabled API access in the frontend. - Created tests for OpenAPI functionality and response handling. - Updated environment configuration to include `ENABLE_OPENAPI` variable. |
||
|---|---|---|
| .. | ||
| build/client | ||
| public | ||
| src | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| vite.config.ts | ||