Skip to content

Commit f0e812c

Browse files
author
Gregory House
committed
Traversal testing added
1 parent 031b4e8 commit f0e812c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

development/traversal.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
curl -X POST http://localhost:8080/traverse/list-files \
2+
-H "Authorization: Bearer $token" \
3+
-H "Content-Type: application/json" \
4+
-d '{
5+
"file_path": "test.txt"
6+
}'

0 commit comments

Comments
 (0)