From 53b1252ba04ec0c4f3eb08dfcac03cb80a9df3cd Mon Sep 17 00:00:00 2001 From: maride Date: Tue, 11 Sep 2018 12:03:54 +0200 Subject: Fix table --- README.md | 4 ++-- 1 file 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` -- cgit 1.4.1