diff options
author | maride <maride@darknebu.la> | 2018-09-11 12:03:54 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-09-11 12:03:54 +0200 |
commit | 53b1252ba04ec0c4f3eb08dfcac03cb80a9df3cd (patch) | |
tree | 071afd67468e0622e9b5edc3e35e61aea3590d38 | |
parent | 0fb971d718deea61a8a498a360457c28f704d148 (diff) |
Fix table
-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` |