Added support for getUri.

This commit is contained in:
Napalys
2025-03-24 08:20:38 +01:00
parent f48a362d71
commit c0d848cdf1
3 changed files with 5 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ module ClientRequest {
method = "request"
or
this = axios().getMember(method).getACall() and
method = [httpMethodName(), "request", "postForm", "putForm", "patchForm"]
method = [httpMethodName(), "request", "postForm", "putForm", "patchForm", "getUri"]
}
private int getOptionsArgIndex() {