fix error handling and more swagger info

This commit is contained in:
Fran Jurmanović
2023-10-05 19:06:01 +02:00
parent 71c9d1635b
commit 162708812d
7 changed files with 139 additions and 65 deletions

1
process-env.d.ts vendored
View File

@@ -5,6 +5,7 @@ declare global {
PORT: string;
CRON_LEGICA: string;
PASSWORD: string;
TIMEZONE: string;
}
}
}