Skip to content
Snippets Groups Projects
Verified Commit 0c1bd982 authored by Kevin Morris's avatar Kevin Morris
Browse files

fix(rpc): remove trailing slash redirection


Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent 987f9eab
No related branches found
No related tags found
No related merge requests found
Pipeline #15520 passed
......@@ -65,6 +65,7 @@ def parse_args(request: Request):
JSONP_EXPR = re.compile(r'^[a-zA-Z0-9()_.]{1,128}$')
@router.get("/rpc/")
@router.get("/rpc")
async def rpc(request: Request,
v: Optional[int] = Query(default=None),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment