Skip to content

Commit

Permalink
Adjust index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed May 5, 2020
1 parent 5cae955 commit e2d693d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions webapp/src/main/webapp/static/index.html
Expand Up @@ -26,17 +26,19 @@ <h1>javaPS</h1>
<main>
<h2>Service information</h2>
<div>
<p>Service endpoint: <span id="service_endpoint"><a href="./service?request=GetCapabilities&service=WPS" target="_blank">GetCapabilities</a></span></p>
<p>WPS Service endpoint: <span id="service_endpoint"><a href="./service?request=GetCapabilities&service=WPS" target="_blank">GetCapabilities document</a></span></p>
<p>OGC API - Processes endpoint: <span id="service_endpoint"><a href="./rest" target="_blank">Landing page</a></span></p>
<p>Info endpoint: <span id="service_endpoint"><a href="./info" target="_blank">Build information</a></span></p>
<p>Service version: <span id="service_version">${project.version}</span></p>
</div>

<h2>Test requests</h2>
<div>
<ul>
<li>...</li>
</ul>
<!-- <h2>Test requests</h2> -->
<!-- <div> -->
<!-- <ul> -->
<!-- <li>...</li> -->
<!-- </ul> -->

</div>
<!-- </div> -->
</main>

<footer>
Expand Down

0 comments on commit e2d693d

Please sign in to comment.