mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
chore: adjusts in env for manager
This commit is contained in:
parent
e555bc3930
commit
ff52be5ac5
File diff suppressed because one or more lines are too long
2
manager/dist/index.html
vendored
2
manager/dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Evolution Manager</title>
|
<title>Evolution Manager</title>
|
||||||
<script type="module" crossorigin src="/assets/index-pXwXgI0L.js"></script>
|
<script type="module" crossorigin src="/assets/index-CNPbB3iJ.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BJ9JMAl_.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BJ9JMAl_.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -78,6 +78,9 @@ router
|
|||||||
return res.status(HttpStatus.OK).json({
|
return res.status(HttpStatus.OK).json({
|
||||||
status: HttpStatus.OK,
|
status: HttpStatus.OK,
|
||||||
message: 'Credentials are valid',
|
message: 'Credentials are valid',
|
||||||
|
facebookAppId: process.env.FACEBOOK_APP_ID,
|
||||||
|
facebookConfigId: process.env.FACEBOOK_CONFIG_ID,
|
||||||
|
facebookUserToken: process.env.FACEBOOK_USER_TOKEN,
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.use('/instance', new InstanceRouter(configService, ...guards).router)
|
.use('/instance', new InstanceRouter(configService, ...guards).router)
|
||||||
|
Loading…
Reference in New Issue
Block a user