mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.8.7
This commit is contained in:
parent
ece79ffa21
commit
5bc2c958d5
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.8.6"
|
version = "5.8.7"
|
||||||
description = "A multipurpose bot and web framework"
|
description = "A multipurpose bot and web framework"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
|
|
@ -50,7 +50,7 @@ class DocsStar(PageStar):
|
||||||
<div id="docs"/>
|
<div id="docs"/>
|
||||||
<script>
|
<script>
|
||||||
const ui = SwaggerUIBundle({{
|
const ui = SwaggerUIBundle({{
|
||||||
spec: JSON.parse(r`{spec}`),
|
spec: JSON.parse(String.raw`{spec}`),
|
||||||
dom_id: '#docs',
|
dom_id: '#docs',
|
||||||
presets: [
|
presets: [
|
||||||
SwaggerUIBundle.presets.apis,
|
SwaggerUIBundle.presets.apis,
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.8.6"
|
semantic = "5.8.7"
|
||||||
|
|
Loading…
Reference in a new issue