Skip to content

Commit

Permalink
Update after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikMeyer committed Jan 1, 2025
1 parent bb60b05 commit 9650b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ public final class io/ktor/server/plugins/swagger/SwaggerConfig {
public fun <init> ()V
public final fun customStyle (Ljava/lang/String;)V
public final fun getDeepLinking ()Z
public final fun getPackageLocation ()Ljava/lang/String;
public final fun getVersion ()Ljava/lang/String;
public final fun setDeepLinking (Z)V
public final fun getFaviconLocation ()Ljava/lang/String;
public final fun getPackageLocation ()Ljava/lang/String;
public final fun getVersion ()Ljava/lang/String;
public final fun setDeepLinking (Z)V
public final fun setFaviconLocation (Ljava/lang/String;)V
public final fun setPackageLocation (Ljava/lang/String;)V
public final fun setVersion (Ljava/lang/String;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class SwaggerTest {
<head>
<title>Swagger UI</title>
<link href="https://unpkg.com/[email protected]/swagger-ui.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/favicon-32x32.png" rel="icon" type="image/x-icon">
</head>
<body>
<div id="swagger-ui"></div>
Expand Down Expand Up @@ -176,6 +177,7 @@ class SwaggerTest {
window.ui = SwaggerUIBundle({
url: '/swagger/documentation.yaml',
dom_id: '#swagger-ui',
deepLinking: false,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
Expand Down

0 comments on commit 9650b43

Please sign in to comment.