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

Moved the optimade index database.

parent 785ce383
No related branches found
No related tags found
1 merge request!123V0.8.1
Pipeline #76381 passed
......@@ -4,6 +4,7 @@
.pytest/
.python-version
.ipynb_checkpoints/
.python-version
__pycache__
.mypy_cache
*.pyc
......
system
......@@ -18,7 +18,7 @@ from flask import request
from .api import api, url, base_request_args
from .models import json_api_single_response_model, base_endpoint_parser, json_api_single_response_model, Meta, json_api_list_response_model
ns = api.namespace('', description='This is the OPTiMaDe index for NOMAD\' implementations.')
ns = api.namespace('index/v0', description='This is the OPTiMaDe index for NOMAD\' implementations.')
@ns.route('/info')
......
......@@ -31,7 +31,7 @@ def api(session_client):
@pytest.fixture(scope='session')
def index_api(session_client):
return BlueprintClient(session_client, '/optimade')
return BlueprintClient(session_client, '/optimade/index/v0')
def test_index(index_api):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment