Created
November 19, 2012 20:01
-
-
Save jedahan/4113507 to your computer and use it in GitHub Desktop.
asdasd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From e2182b05c7aa93ed8e137aab8490c9ee0ab2d2db Mon Sep 17 00:00:00 2001 | |
| From: Jonathan Dahan <[email protected]> | |
| Date: Wed, 14 Nov 2012 12:58:03 -0500 | |
| Subject: [PATCH] brand for themet | |
| --- | |
| src/main/html/index.html | 10 +++++----- | |
| 1 file changed, 5 insertions(+), 5 deletions(-) | |
| diff --git a/src/main/html/index.html b/src/main/html/index.html | |
| index d78acc3..7b4230b 100644 | |
| --- a/src/main/html/index.html | |
| +++ b/src/main/html/index.html | |
| @@ -1,6 +1,6 @@ | |
| <html> | |
| <head> | |
| - <title>Swagger UI</title> | |
| + <title>Collections API</title> | |
| <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/> | |
| <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/> | |
| <script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script> | |
| @@ -42,8 +42,8 @@ | |
| <script type="text/javascript"> | |
| $(function () { | |
| window.swaggerUi = new SwaggerUi({ | |
| - discoveryUrl:"http://petstore.swagger.wordnik.com/api/resources.json", | |
| - apiKey:"special-key", | |
| + discoveryUrl:"http://mdig9317:8080/object", | |
| + apiKey:"", | |
| dom_id:"swagger-ui-container", | |
| supportHeaderParams: false, | |
| supportedSubmitMethods: ['get', 'post', 'put'], | |
| @@ -60,7 +60,7 @@ | |
| console.log(data); | |
| } | |
| }, | |
| - docExpansion: "none" | |
| + docExpansion: "full" | |
| }); | |
| window.swaggerUi.load(); | |
| @@ -72,7 +72,7 @@ | |
| <body> | |
| <div id='header'> | |
| <div class="swagger-ui-wrap"> | |
| - <a id="logo" href="http://swagger.wordnik.com">swagger</a> | |
| + <a id="logo" href="http://metmusuem.org/collections">collections</a> | |
| <form id='api_selector'> | |
| <div class='input icon-btn'> | |
| -- | |
| 1.8.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment