diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 7131b78..f6b3145 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The seed file should be of the following format: ## API endpoints | Path | Method | Parameter | Description | -| - | - | - | - | +|---|---|---|---| | `/` | GET | - | static hosting `/files/index.html` | | `/files/{file}` | GET | - | static hosting `{file}`, from `hosted/` directory. *Path traversal*-safe | | `/login` | GET | - | static hosting `/files/login.html` | @@ -58,7 +58,7 @@ The seed file should be of the following format: | `/api/submitFlag` | POST | `challengeName`, `flag` | Validates `flag` for `challengeName` | | `/api/startContainer` | POST | `challengeName` | Starts the challenge container for `challengeName`, if it's not already started | | `/api/stopContainer` | POST | `challengeName` | Stops the challenge container for `challengeName`, if it's running | -| `/api/getAccess` | GET | - | Returns | +| `/api/getAccess` | GET | - | Returns the VPN configuration required for accessing the containers | ### Response: `/api/getChallenges` |