fix test
This commit is contained in:
parent
5585f2e7c1
commit
a95439f055
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ async function main() {
|
|||
RegisterRoutes(app);
|
||||
|
||||
app.use(error);
|
||||
app.use(cors());
|
||||
// app.use(cors());
|
||||
const APP_HOST = process.env.APP_HOST || "0.0.0.0";
|
||||
const APP_PORT = +(process.env.APP_PORT || 3000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue