vorgaenge and crimesList API endpoints, auto-formatting

This commit is contained in:
2025-08-12 09:26:41 +02:00
parent 84588cedfd
commit 35a55d0676
3 changed files with 35 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
import { readFileSync } from 'fs';
export default JSON.parse(readFileSync('./config_prod.json').toString());
export default JSON.parse(readFileSync('./config.json').toString());