redeploy prod

This commit is contained in:
Vins 2024-05-06 16:36:59 +02:00
parent b634a732a4
commit 3a2e854238
2 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@ export default class UserController extends ApiController {
console.log("code", code);
if (!code) throw new Error("code is required");
const idNotToken = await this.idNotService.getIdNotToken(code);

View File

@ -15,6 +15,8 @@ const storage = multer.memoryStorage();
(async () => {
try {
const variables = await Container.get(BackendVariables).validate();
console.log(variables);
const port = variables.APP_PORT;
const rootUrl = variables.APP_ROOT_URL;
const label = variables.APP_LABEL ?? "Unknown Service";