Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
W2Wizard committed Apr 18, 2024
1 parent 5072598 commit 9b08dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ curl -XPOST -H "Content-type: application/json" -d '{
"branch": "master",
"commit": "67dc80a"
}
}' 'http://localhost:8000/api/grade/git/libft'
}' 'http://localhost:3001/evaluate/git/libc'
```

```bash
Expand All @@ -92,5 +92,5 @@ curl -XPOST -H "Content-type: application/json" -d '{
],
"lang": "c"
}
}' 'http://localhost:8000/api/grade/single'
}' 'http://localhost:3001/evaluate/code'
```

0 comments on commit 9b08dbb

Please sign in to comment.