We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca41bf commit fafff22Copy full SHA for fafff22
index.js
@@ -70,6 +70,6 @@ app.use(
70
const db = await connect();
71
app.use('/studio', await studio('/studio/api', db));
72
73
- app.listen(8888);
74
- console.log('Listening on port 8888');
+ app.listen(7777);
+ console.log('Listening on port 7777');
75
})();
0 commit comments