mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 20:06:30 +01:00
15 lines
576 B
HTML
15 lines
576 B
HTML
<h1>Error.</h1>
|
|
<h2>An error occurred while processing your request.</h2>
|
|
|
|
<h3>{{.Message}}</h3>
|
|
|
|
<footer>
|
|
<h2>Sitemap</h2>
|
|
<a href="http://localhost:8080/user/register">/user/register</a><br/>
|
|
<a href="http://localhost:8080/user/login">/user/login</a><br/>
|
|
<a href="http://localhost:8080/user/logout">/user/logout</a><br/>
|
|
<a href="http://localhost:8080/user/me">/user/me</a><br/>
|
|
<h3>requires authentication</h3><br/>
|
|
<a href="http://localhost:8080/users">/users</a><br/>
|
|
<a href="http://localhost:8080/users/1">/users/{id}</a><br/>
|
|
</footer> |