forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 822 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Endpoints Echo & Auth Sample</title>
</head>
<body>
<h1>Welcome to your Endpoints Sample</h1>
<p>Congratulations on successfully setting up and deploying your Endpoints bookstore sample.</p>
<p>Here are some helpful links:</p>
<ul>
<li><a href="/echo">Echo Sample</a> - a simple echo service.</li>
<li><a href="/api-docs">Raw Swagger Spec</a> - a link to your <pre>swagger.json</pre>.</li>
<li><a href="https://github.com/swagger-api/swagger-ui">Swagger UI</a> - a documentation tool to explore your Swagger spec</li>
<li><a href="https://console.cloud.google.com">Google Cloud Console</a> - manage your deployment</li>
</ul>
</body>
</html>