We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec56d3 commit 5217bb9Copy full SHA for 5217bb9
1 file changed
http-server/server.js
@@ -141,4 +141,4 @@ app.post("/devices/:id/profile", async (req, res) => {
141
}
142
});
143
144
-app.listen(3000, () => console.log("OpenRGB REST API running at http://localhost:3000"));
+app.listen(3000, () => console.log("OpenRGB REST API running at http://localhost:3000"));
0 commit comments