Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs11-async
documents
Commits
8bf9e603
Commit
8bf9e603
authored
4 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Fix #5
parent
9050ac92
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
specs/mini-vc/mini-vc.md
+1
-1
specs/mini-vc/mini-vc.md
with
1 addition
and
1 deletion
+1
-1
specs/mini-vc/mini-vc.md
View file @
8bf9e603
...
...
@@ -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`
endpoint
s:
The server should listen on port 8000 and have the following
`POST`
URL
s:
### `/new_repository`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help