Skip to content

Commit

Permalink
Merge pull request #509 from neet/api-fixes
Browse files Browse the repository at this point in the history
fix: Change pathname to /websub
  • Loading branch information
neet committed Nov 9, 2022
2 parents 4878158 + 7dabf97 commit 91264b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class YoutubeWebsubService implements IYoutubeWebsubService {
) {
{
const origin = new URL(config.entries.server.origin);
origin.pathname = '/webhook/youtube';
origin.pathname = '/websub/youtube';
this._callbackUrl = origin.toString();
}

Expand Down

1 comment on commit 91264b6

@vercel
Copy link

@vercel vercel bot commented on 91264b6 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.