mirror of https://github.com/dap-ps/discover.git
formatting
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f7c0be8eb6
commit
e30573391e
|
@ -21,7 +21,7 @@ async function setupAPI() {
|
|||
|
||||
app.use(express.static('frontend'));
|
||||
app.listen(config.PORT);
|
||||
console.log(`Server started on port: ${config.PORT}...`);
|
||||
console.log(`Server started on port: ${config.PORT}`);
|
||||
|
||||
return app;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue