Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
fix: empty http method for match more than one
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 25, 2022
1 parent ed5f8f2 commit 53045de
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -44,6 +44,8 @@ class JavaApiAnalyser {
route = pureUrl
}
}

httpMethod = ""
}

if (httpMethod.isNotEmpty()) {
Expand Down

0 comments on commit 53045de

Please sign in to comment.