Skip to content
Snippets Groups Projects
Commit 0a93f72c authored by undefined's avatar undefined
Browse files

0.0.0.0

parent f8672891
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,6 @@ api.use('/orders', orderRouter);
api.use('/staff', staffRouter);
api.use('/adresses', adressRouter);
api.listen(port, () => {
api.listen(port, '0.0.0.0', () => {
console.log(`Server is running at https://localhost:${port}`);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment