Skip to content
Snippets Groups Projects
Commit ad5e31c9 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

refactor(#67): Adadpt the schema URL for displaying/loading the api spec

parent 24958b67
No related branches found
No related tags found
1 merge request!38Adapt the schema URL for displaying/loading the api spec
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
.idea/ .idea/
dist/ dist/
spec/zustelldienst-bundled.yml
# Dependencies # Dependencies
node_modules/ node_modules/
......
...@@ -5,4 +5,4 @@ hide_table_of_contents: true ...@@ -5,4 +5,4 @@ hide_table_of_contents: true
import ApiSpec from '@site/src/components/ApiSpec' import ApiSpec from '@site/src/components/ApiSpec'
<ApiSpec gitlabProjectId={"1"} path={"openapi"} artifact={"zustelldienst.yml"} /> <ApiSpec gitlabProjectId={"1"} path={"submission-api"} artifact={"submission-api.yaml"} />
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