From 4658594f267ab02e78d73685e15db6fa1de685aa Mon Sep 17 00:00:00 2001 From: "moosavi.smd" Date: Fri, 26 Apr 2024 19:46:45 +0330 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7029d90..647fc40 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple web application which returns a random uid each time it recieves a get ## endpoints - `/uid`: Whenever you send a get request to this endpoint it returns a random uid and store it in a mysql database. -- `health`: An endpoint to check the health of application. +- `/health`: An endpoint to check the health of application. ## Vars Set these variables for the application: