Skip to content

Commit 9e082eb

Browse files
committed
Update README.md
1 parent ec6db93 commit 9e082eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,16 @@ curl -X DELETE -H 'Content-Type: application/json' \
324324
curl -X OPTIONS -i 'http://127.0.0.1:8000/api/login' \
325325
-H "Origin: http://example.com" -H "Access-Control-Request-Method: POST"
326326
```
327-
- Response
327+
- Response
328+
```
328329
HTTP/1.1 200 OK
329330
content-length: 0
330331
access-control-max-age: 3600
331332
access-control-allow-methods: POST,DELETE,GET,PUT
332333
access-control-allow-origin: *
333334
access-control-allow-headers: authorization,content-type,accept
334335
date: Tue, 07 Jan 2020 15:17:48 GMT
335-
336+
```
336337

337338
### Errors:
338339
- Invalid or missing token

0 commit comments

Comments
 (0)