We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03b3c1 commit 6cd1287Copy full SHA for 6cd1287
1 file changed
http-server/server.js
@@ -183,4 +183,4 @@ app.post("/devices/:id/profile", async (req, res) => {
183
}
184
});
185
186
-app.listen(3333, () => 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