fix: enable cookies in swagger
This commit is contained in:
parent
ab7b5c0a97
commit
8dd1044d8b
|
@ -15,7 +15,8 @@
|
||||||
<script>
|
<script>
|
||||||
const ui = SwaggerUIBundle({
|
const ui = SwaggerUIBundle({
|
||||||
url: '/openapi.yml',
|
url: '/openapi.yml',
|
||||||
dom_id: '#swagger-ui'
|
dom_id: '#swagger-ui',
|
||||||
|
enableCookies: true,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue