aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/swagger-ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/swagger-ui/index.html')
-rw-r--r--src/main/resources/swagger-ui/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/swagger-ui/index.html b/src/main/resources/swagger-ui/index.html
index 7610421..9691d7d 100644
--- a/src/main/resources/swagger-ui/index.html
+++ b/src/main/resources/swagger-ui/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Users Service</title>
+ <title>{{title}}</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
@@ -82,7 +82,7 @@
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
- <a id="logo" href="http://driver.xyz">Users Service</a>
+ <a id="logo" href="http://driver.xyz">{{title}}</a>
<form id='api_selector'>
<div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>