forked from cloudendpoints/esp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 812 Bytes
/
index.html
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 Bookstore Sample</title>
</head>
<body>
<h1>Welcome to your Endpoints Bookstore 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="/shelves">Bookstore Sample</a> - the RESTful resources you just deployed</li>
<li><a href="/api-docs">Raw Swagger Spec</a> - a link to your swagger.json</li>
<li><a href="/docs">Swagger UI</a> - a documentation tool to explore your Swagger spec</li>
<li><a href="https://console.developers.google.com">Google Developer Console</a> - manage your deployment</li>
</ul>
</body>
</html>