Skip to content

Commit 6ed5fc8

Browse files
Point curl-auth to /hackauth endpoint
1 parent dceb7e6 commit 6ed5fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl:
2020
curl -il http://localhost:3000/hack
2121

2222
curl-auth:
23-
curl -il -H "Authorization: Bearer ${TOKEN}" http://localhost:3000/hack
23+
curl -il -H "Authorization: Bearer ${TOKEN}" http://localhost:3000/hackauth
2424

2525
load:
2626
hey -m GET -c 100 -n 100000 "http://localhost:3000/hack"

0 commit comments

Comments
 (0)