temporarly hardcoding the server addresses
This commit is contained in:
parent
caacd8eca5
commit
4896f59a6e
@ -37,7 +37,7 @@ const server = http.createServer(app);
|
|||||||
app.use(helmet());
|
app.use(helmet());
|
||||||
app.use(compression());
|
app.use(compression());
|
||||||
app.use(cors({
|
app.use(cors({
|
||||||
origin: ["https://galaxystrike.online", "https://api.korvarix.com", "http://api.korvarix.com:3001"],
|
origin: ["https://galaxystrike.online", "https://api.korvarix.com", "http://api.korvarix.com:3001", "https://dev.gameserver.galaxystrike.online"],
|
||||||
credentials: true
|
credentials: true
|
||||||
}));
|
}));
|
||||||
app.use(express.json({ limit: '10mb' }));
|
app.use(express.json({ limit: '10mb' }));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user