Updated to be correct port.

This commit is contained in:
2026-04-30 08:39:31 +02:00
parent 96dd5c863e
commit e0c2bf08b4
4 changed files with 19 additions and 32 deletions
+1 -1
View File
@@ -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