feat(server): update events endpoint route to include payments
This commit is contained in:
@@ -10,7 +10,7 @@ namespace GroundsForSupport.Server.Payments.Endpoints;
|
|||||||
|
|
||||||
internal static class EventsEndpoint
|
internal static class EventsEndpoint
|
||||||
{
|
{
|
||||||
private const string Route = "/events";
|
private const string Route = "/payments/events";
|
||||||
private const string StripeSignatureHeader = "Stripe-Signature";
|
private const string StripeSignatureHeader = "Stripe-Signature";
|
||||||
|
|
||||||
internal static IEndpointConventionBuilder MapEventsEndpoint(this WebApplication app)
|
internal static IEndpointConventionBuilder MapEventsEndpoint(this WebApplication app)
|
||||||
|
|||||||
Reference in New Issue
Block a user