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);
|
console.log("code", code);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (!code) throw new Error("code is required");
|
if (!code) throw new Error("code is required");
|
||||||
|
|
||||||
const idNotToken = await this.idNotService.getIdNotToken(code);
|
const idNotToken = await this.idNotService.getIdNotToken(code);
|
||||||
|
@ -14,7 +14,9 @@ const storage = multer.memoryStorage();
|
|||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
const variables = await Container.get(BackendVariables).validate();
|
const variables = await Container.get(BackendVariables).validate();
|
||||||
|
console.log(variables);
|
||||||
|
|
||||||
const port = variables.APP_PORT;
|
const port = variables.APP_PORT;
|
||||||
const rootUrl = variables.APP_ROOT_URL;
|
const rootUrl = variables.APP_ROOT_URL;
|
||||||
const label = variables.APP_LABEL ?? "Unknown Service";
|
const label = variables.APP_LABEL ?? "Unknown Service";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user