[update]: README

This commit is contained in:
VivianDee
2025-03-24 08:47:48 +01:00
parent dad8e68c9f
commit 80e24508ef
+10 -1
View File
@@ -64,7 +64,16 @@ If the application is running properly, you should receive a response similar to
}
```
### 5. Stop the Application
### 5. Documentation
You can check the Swagger Doc by accessing the `/documentation` endpoint. Run the following command:
```bash
curl http://localhost:6337/documentation
```
### 6. Stop the Application
To stop the application, use: