Skip to content

Commit 5217bb9

Browse files
committed
implement POC for general LED update endpoint
1 parent 2ec56d3 commit 5217bb9

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
@@ -141,4 +141,4 @@ app.post("/devices/:id/profile", async (req, res) => {
141141
}
142142
});
143143

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

0 commit comments

Comments
 (0)