Updated to be correct port.
This commit is contained in:
@@ -11,7 +11,7 @@ token: jsonpath "$.access_token"
|
||||
|
||||
# Step 2: Use the token to access a protected route
|
||||
# Hurl automatically handles the variable injection with {{token}}
|
||||
GET http://localhost:8080/api/protected-route
|
||||
GET http://localhost:3333/api/protected-route
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
HTTP 200
|
||||
|
||||
Reference in New Issue
Block a user