Skip to content

Commit 6cd1287

Browse files
committed
fix port after dev tests
1 parent c03b3c1 commit 6cd1287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ app.post("/devices/:id/profile", async (req, res) => {
183183
}
184184
});
185185

186-
app.listen(3333, () => console.log("OpenRGB REST API running at http://localhost:3000"));
186+
app.listen(3000, () => console.log("OpenRGB REST API running at http://localhost:3000"));

0 commit comments

Comments
 (0)