Skip to content

Commit

Permalink
new path logic not reflected in edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Midgley committed Jan 3, 2021
1 parent 81bd1e6 commit 0f54791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/platformevent/platformevent-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ router.get('/config.json', (req, res) => {
}
},
edit: {
url: `https://${req.headers.host}/platformeventactivity`
url: `https://${req.headers.host}/platformevent/activity`
}
};
res.json(config);
Expand Down

0 comments on commit 0f54791

Please sign in to comment.