Skip to content

Commit

Permalink
Merge pull request #1577 from steve-community/apis-in-navigation-header
Browse files Browse the repository at this point in the history
add APIs link to navigation header
  • Loading branch information
goekay authored Sep 16, 2024
2 parents 24cf809 + ee71ff8 commit efeec02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/webapp/WEB-INF/views/00-header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<li><a href="${ctxPath}/manager/settings">SETTINGS</a></li>
<li><a href="${ctxPath}/manager/log">LOG</a></li>
<li><a href="${ctxPath}/manager/about">ABOUT</a></li>
<li><a href="${ctxPath}/manager/swagger-ui/index.html">APIs</a></li>
<li><a href="${ctxPath}/manager/signout">SIGN OUT</a></li>
</ul>
</div>
Expand Down

0 comments on commit efeec02

Please sign in to comment.