refactor: API-Dateien konsequent auf *APIHandler.ts umbenannt und MockData-Handling optimiert

- Einheitliches Naming für API-Routen: *APIHandler.ts
- Mock-Daten aus /apiMockData/SERVICE/ werden über API bereitgestellt
- API-Endpoints sofort erkennbar und verständlich
- Projektstruktur deutlich klarer und wartungsfreundlicher
This commit is contained in:
Ismail Ali
2025-04-15 08:35:44 +02:00
parent 9e931eed0f
commit fb87e7b3ae
20 changed files with 95 additions and 58 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.221";
const webVersion = "1.6.222";
export default webVersion;