Skip to content

Commit

Permalink
Update webhook uri
Browse files Browse the repository at this point in the history
We have to avoid generic endpoint names
  • Loading branch information
Bardin08 committed May 11, 2024
1 parent db1c7ce commit f0167d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EduAutomation/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

app.UseHttpsRedirection();

app.MapPost("/api/webhook", GitHubEndpoints.RepositoryCreatedWebhook);
app.MapPost("/api/github-repo-webhook", GitHubEndpoints.RepositoryCreatedWebhook);

app.Run();

0 comments on commit f0167d1

Please sign in to comment.