From 095ebb1d302b9e4b7c44a0235444c826e9476813 Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Tue, 19 Dec 2023 14:55:44 +0530 Subject: [PATCH] Updated the swagger link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1537f50..2f0b998 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ docker run -d -p 8080:8080 sms ] } ``` -## Api Documentation [here](https://editor.swagger.io/?url=https://raw.githubusercontent.com/Bahmni/sms-service/BAH-3330/src/main/resources/openapi.yaml) +## Api Documentation [here](https://editor.swagger.io/?url=https://raw.githubusercontent.com/Bahmni/sms-service/master/src/main/resources/openapi.yaml) ## Purpose of token generation ``` The purpose of the token generation script is to ensure that only authorized entities can send SMS messages and prevent any unauthorized intruders from spamming recipients with fake SMS. The script generates tokens that are subsequently verified within the SMS service.