Skip to content

Commit 0bf2fb5

Browse files
committed
change route
1 parent 4cf6619 commit 0bf2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API_Fuzzer/redirect_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module API_Fuzzer
77
class RedirectCheck
8-
REDIRECT_URL = 'http://127.0.0.1:3000/abc'
8+
REDIRECT_URL = 'http://127.0.0.1:3000/ping'
99
ALLOWED_METHODS = [:get, :post]
1010
class << self
1111
def scan(options = {})

0 commit comments

Comments
 (0)