Skip to content

Commit

Permalink
change did-web-generator post to get
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Apr 23, 2024
1 parent 4296c73 commit 1c205ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function build (opts = {}) {
return res.json(response.data)
})

app.post('/did-web-generator', async (req, res, next) => {
app.get('/did-web-generator', async (req, res, next) => {
const response = await axios.get(`http://${signingServiceEndpoint}/did-web-generator`)
return res.json(response.data)
})
Expand Down

0 comments on commit 1c205ce

Please sign in to comment.