This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git
commit 50b758c58110b025bfa2048759a0632f73a7c0a7 Author: MabinGo <bin...@huawei.com> AuthorDate: Tue May 21 08:50:12 2019 +0800 Remove the redundant file Signed-off-by: MabinGo <bin...@huawei.com> --- swagger-ui.html | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/swagger-ui.html b/swagger-ui.html deleted file mode 100755 index 282a229..0000000 --- a/swagger-ui.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - - <meta charset="UTF-8"> - <title>Title</title> - - <link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3.22.1/swagger-ui.css"> - <script src="https://unpkg.com/swagger-ui-dist@3.22.1/swagger-ui-standalone-preset.js"></script> - <script src="https://unpkg.com/swagger-ui-dist@3.22.1/swagger-ui-bundle.js"></script> -</head> -<body> - -<div id="swagger-ui"></div> - -</body> - - -<script> - const ui = SwaggerUIBundle({ - spec: JSON.parse('{"swagger":"2.0","info":{"description":"ThisisasampleserverPetstoreserver.YoucanfindoutmoreaboutSwaggerat[http://swagger.io](http://swagger.io)oron[irc.freenode.net,#swagger](http://swagger.io/irc/).Forthissample,youcanusetheapikey`special-key`totesttheauthorizationfilters.","version":"1.0.0","title":"SwaggerPetstore","termsOfService":"http://swagger.io/terms/","contact":{"email":"apit...@swagger.io"},"license":{"name":"Apache2.0","url":"http://www.apache.org/li [...] - dom_id: '#swagger-ui', - deepLinking: true, - presets: [ - SwaggerUIBundle.presets.apis, - SwaggerUIStandalonePreset - ], - layout: "StandaloneLayout" - }) -</script> - -</html> \ No newline at end of file