redeploy prod
This commit is contained in:
parent
b634a732a4
commit
3a2e854238
@ -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);
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user