From 4780066cbe00e2d5141270236debb68687d0a8e5 Mon Sep 17 00:00:00 2001 From: Hamza Remmal <hamza@remmal.net> Date: Tue, 14 Jan 2025 13:07:22 +0000 Subject: [PATCH] fix: update the endpoint to ping the service --- docs/dev_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_setup.md b/docs/dev_setup.md index 65b9735f..60c02950 100644 --- a/docs/dev_setup.md +++ b/docs/dev_setup.md @@ -73,7 +73,7 @@ This commands runs until exited. The local instance of Moodle is accessible at http://moodle. -The autograde service is reachable at http://localhost:8082/api/v1/ping/no-auth. +The autograde service is reachable at http://localhost:8082/api/v1/ping. ### Step 7: Moodle installation -- GitLab