mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
temporarily support /rpc.php/?
We'll leave these routes in for one month. On 02/04, they'll be removed. This gives some time for aur helpers to update their method. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
0c1bd982ea
commit
101de8e7b1
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}$')
|
||||
|
||||
|
||||
@router.get("/rpc.php/") # Temporary! Remove on 03/04
|
||||
@router.get("/rpc.php") # Temporary! Remove on 03/04
|
||||
@router.get("/rpc/")
|
||||
@router.get("/rpc")
|
||||
async def rpc(request: Request,
|
||||
|
|
Loading…
Add table
Reference in a new issue