Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

What to pass to the server?

Pass a json object of the form {"file":} when invoking the server. Example: {"file": "algo/src/index.ts"}

Test command:

curl -X POST http://localhost:4000/last-commit -H "Content-Type: application/json" -d '{"file": "algo/src/index.ts"}'