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

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's avatarKevin Morris <kevr@0cost.org>
parent 0c1bd982
No related branches found
No related tags found
No related merge requests found
Pipeline #15529 waiting for manual action
......@@ -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,
......
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