feat(server): update events endpoint route to include payments

This commit is contained in:
Stevan Freeborn
2026-01-04 21:21:10 -06:00
parent 52c6c82886
commit d27e33a69b
@@ -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)