changes legacy arg format

This commit is contained in:
2025-08-15 09:37:28 +02:00
parent 786a581d2f
commit 7cea261f0d

View File

@@ -10,11 +10,11 @@
@bad status 4xx
handle_response @bad {
redir https://{args.0}/oauth2/start
redir https://{args[0]}/oauth2/start
}
}
reverse_proxy {args.1}
reverse_proxy {args[1]}
}
}