mirror of
https://github.com/xfarrow/blink
synced 2025-02-16 08:00:35 +01:00
Update app.js
This commit is contained in:
parent
7fe83ee2e3
commit
b7241e85bd
@ -62,3 +62,5 @@ const port = process.env.API_SERVER_PORT || 3000;
|
|||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.log(`Blink API server is running on port ${port}`);
|
console.log(`Blink API server is running on port ${port}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
module.exports = app;
|
Loading…
x
Reference in New Issue
Block a user