remove demo code

This commit is contained in:
2026-01-03 11:38:51 +01:00
parent 2f21dc4595
commit 9a7efa496f
38 changed files with 1535 additions and 1157 deletions

View File

@@ -60,15 +60,6 @@
}
}
},
"/auth/demo-login": {
"post": {
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/auth/forgot-password": {
"post": {
"responses": {
@@ -2157,20 +2148,6 @@
"success"
]
},
"DemoLoginDTO": {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"rememberMe": {
"type": "boolean"
}
},
"required": [
"role"
]
},
"DriverDTO": {
"type": "object",
"properties": {