Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarprause committed Jan 31, 2024
1 parent b23dc10 commit e3db098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const NAMESPACE_URL_UUID = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";

const handle: Handler = async (request) => {
const eventsUrl = new URL(
"/discourse-post-event/events?include_details=true",
"/discourse-post-event/events.json?include_details=true",
discourseUrl
);

Expand Down

0 comments on commit e3db098

Please sign in to comment.