Skip to content

Commit f6d5b9d

Browse files
mmerickelzupo
authored andcommitted
fix html syntax error after refactoring swagger-ui explorer
1 parent 7089d49 commit f6d5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyramid_openapi3/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
plugins: [
7979
SwaggerUIBundle.plugins.DownloadUrl,
8080
],
81-
};
81+
});
8282
const oauthConfig = ${oauth_config};
8383
// Build a system
8484
const ui = SwaggerUIBundle(uiConfig);

0 commit comments

Comments
 (0)