From 9b08dbbd3a02263bae438241782d9102c3c82b81 Mon Sep 17 00:00:00 2001 From: W2Wizard Date: Thu, 18 Apr 2024 23:39:02 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d805c80..d4df274 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' ```