We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031b4e8 commit f0e812cCopy full SHA for f0e812c
development/traversal.sh
@@ -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