Skip to content

Commit

Permalink
feat: up preview version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 14, 2023
1 parent 07d669e commit f0caab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class AsyncAPISpecificationHtmlRenderer {

private val urlProvider = service<UrlProvider>()
private val specificationTemplateUrl = "/ui/index.html"
private val specificationTemplateCssUrl = "default(1.2.6).min.css"
private val specificationTemplateJsUrl = "index(1.2.6).js"
private val specificationTemplateCssUrl = "default(1.2.9).min.css"
private val specificationTemplateJsUrl = "index(1.2.9).js"

fun render(request: FullHttpRequest, specificationUrl: String?): String {
specificationUrl ?: return "specification: not found."
Expand Down
Loading

0 comments on commit f0caab7

Please sign in to comment.