Skip to content
Snippets Groups Projects
Commit 2d60d7b7 authored by Theodore Chang's avatar Theodore Chang
Browse files

Small fixes

parent 13d9daf4
Branches
Tags
1 merge request!1540Small fixes
Pipeline #183230 passed
...@@ -152,5 +152,8 @@ ...@@ -152,5 +152,8 @@
"//": "See https://github.com/facebook/create-react-app/issues/11773 and https://github.com/jsdom/jsdom/issues/3419", "//": "See https://github.com/facebook/create-react-app/issues/11773 and https://github.com/jsdom/jsdom/issues/3419",
"react-error-overlay": "6.0.9", "react-error-overlay": "6.0.9",
"tough-cookie": "4.0.0" "tough-cookie": "4.0.0"
},
"volta": {
"node": "16.20.2"
} }
} }
...@@ -185,7 +185,6 @@ async def http_exception_handler(request, exc): ...@@ -185,7 +185,6 @@ async def http_exception_handler(request, exc):
{'<br/>'.join(f'{key}: {value}' for key, value in config.meta.dict().items())} {'<br/>'.join(f'{key}: {value}' for key, value in config.meta.dict().items())}
<h2>apis</h2> <h2>apis</h2>
<a href="{app_base}/api/v1/extensions/docs">NOMAD API v1</a><br/> <a href="{app_base}/api/v1/extensions/docs">NOMAD API v1</a><br/>
<a href="{app_base}/api/v1.2/extensions/docs">NOMAD API v1.2</a><br/>
<a href="{app_base}/optimade/v1/extensions/docs">Optimade API</a><br/> <a href="{app_base}/optimade/v1/extensions/docs">Optimade API</a><br/>
<a href="{app_base}/dcat/extensions/docs">DCAT API</a><br/> <a href="{app_base}/dcat/extensions/docs">DCAT API</a><br/>
</body> </body>
......
...@@ -4,7 +4,7 @@ set -e ...@@ -4,7 +4,7 @@ set -e
working_dir=$(pwd) working_dir=$(pwd)
project_dir=$(dirname $(dirname $(realpath $0))) project_dir=$(dirname $(dirname $(realpath $0)))
REMOTE_TOOLS_PATH=$working_dir/dependencies/nomad-remote-tools-hub/docker/ REMOTE_TOOLS_PATH=$project_dir/dependencies/nomad-remote-tools-hub/docker
cd $project_dir/examples/data cd $project_dir/examples/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment