diff --git a/HTTP/Routing/StaticEndpoint.cs b/HTTP/Routing/StaticEndpoint.cs index f388edc..d83d3e6 100644 --- a/HTTP/Routing/StaticEndpoint.cs +++ b/HTTP/Routing/StaticEndpoint.cs @@ -9,7 +9,7 @@ public class StaticEndpoint : RouterBase Response = response; } - public override HttpMethod Method => HttpMethod.GET; + public override HttpMethod Method => HttpMethod.Any; public override int Arguments => 0;