We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf6619 commit 0bf2fb5Copy full SHA for 0bf2fb5
lib/API_Fuzzer/redirect_check.rb
@@ -5,7 +5,7 @@
5
6
module API_Fuzzer
7
class RedirectCheck
8
- REDIRECT_URL = 'http://127.0.0.1:3000/abc'
+ REDIRECT_URL = 'http://127.0.0.1:3000/ping'
9
ALLOWED_METHODS = [:get, :post]
10
class << self
11
def scan(options = {})
0 commit comments