Commit 8bf9e603 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix #5

parent 9050ac92
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment