Skip to content
Snippets Groups Projects
Commit 0ea961ff authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIX: swagger

parent ff92071e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ export default {
console.log('Versions', api_versions_result)
const api_versions = api_versions_result.data[0]
for (const vers of api_versions) {
if (vers.semantic && vers.semantic === 'alpha') {
continue
}
SwaggerUI({
tagsSorter: 'alpha',
apisSorter: 'alpha',
......
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