diff --git a/specs/mini-vc/mini-vc.md b/specs/mini-vc/mini-vc.md index 63f14a6d2f64228c3c12af3ac6a9b8a02d5c5a2a..dd39ede6aba86db8d5ccff7bb04ba4dcf69fefd6 100644 --- a/specs/mini-vc/mini-vc.md +++ b/specs/mini-vc/mini-vc.md @@ -156,7 +156,7 @@ To respond with JSON, you should set the `Content-Type` header to `application/j All responses have the form `{success: true, ...data}` if successful and `{success: false, message: string}` if an error occurs. -The server should listen on port 8000 and have the following `POST` endpoints: +The server should listen on port 8000 and have the following `POST` URLs: ### `/new_repository`