http: allow Any method on static endpoint
This commit is contained in:
parent
a9f7dad63e
commit
9d99c2a9c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue