We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898b5db commit af9a8d2Copy full SHA for af9a8d2
server.js
@@ -12,4 +12,4 @@ const init = () => {
12
return app.listen(port, () => console.log(`Provider API listening on port ${port}...`));
13
};
14
15
-init();
+init();
0 commit comments