Skip to content

Testing updater locally #5752

Answered by elanzini
elanzini asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind, I wasn't specifying the right route in my local express server.
Changed from:

app.get("/releases/", async (req, res) => {
  // nothing here
});

to

app.get("/releases/*", async (req, res) => {
  // works
});

Apologies for the noise, I wasn't able to delete this discussion item.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by elanzini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant