rm initDB code

This commit is contained in:
2025-03-14 20:02:09 +08:00
parent 55ac825d08
commit e0bacfac1a
2 changed files with 0 additions and 500 deletions

View File

@@ -2431,15 +2431,6 @@ export const openAPISpec = {
type: 'integer',
default: 0
}
},
{
name: 'useMockData',
in: 'query',
description: 'Force use of mock data (useful for testing and UI development)',
schema: {
type: 'boolean',
default: false
}
}
],
responses: {