Skip to content
Snippets Groups Projects
Commit 92069c22 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Minor qa issues.

parent 91221a66
Branches
Tags
1 merge request!22Repointegration
......@@ -34,7 +34,7 @@
## nomad.user
```eval_rst
.. automodule:: nomad.user
.. automodule:: nomad.coe_repo
```
## nomad.api
......
......@@ -88,7 +88,7 @@ def login_really_required(func):
return wrapper
@app.route('/api/token')
@app.route('%s/token' % base_path)
@login_really_required
def get_auth_token():
"""
......
......@@ -20,7 +20,7 @@ content-type: application/json
###
POST http://localhost:8000/nomad/api/uploads/-kp9ZIYTSJa0EWUAgtKU4A HTTP/1.1;
POST http://localhost:8000/nomad/api/uploads/9SRMChG9SZCyqBeigPM2Hg HTTP/1.1;
content-type: application/json
Authorization: Basic bGVvbmFyZC5ob2ZzdGFkdGVyQG5vbWFkLWZhaXJkaS50ZXN0cy5kZTpub21hZA==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment