mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'master' into live
This commit is contained in:
commit
8f2a2c74ce
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ def parse_args(request: Request):
|
||||||
JSONP_EXPR = re.compile(r'^[a-zA-Z0-9()_.]{1,128}$')
|
JSONP_EXPR = re.compile(r'^[a-zA-Z0-9()_.]{1,128}$')
|
||||||
|
|
||||||
|
|
||||||
|
@router.get("/rpc.php/") # Temporary! Remove on 03/04
|
||||||
|
@router.get("/rpc.php") # Temporary! Remove on 03/04
|
||||||
@router.get("/rpc/")
|
@router.get("/rpc/")
|
||||||
@router.get("/rpc")
|
@router.get("/rpc")
|
||||||
async def rpc(request: Request,
|
async def rpc(request: Request,
|
||||||
|
|
Loading…
Add table
Reference in a new issue