live-docs renamed to api-explorer

This commit is contained in:
Simon Redfern 2015-09-04 13:05:33 +01:00
parent 80a3486863
commit 02b17bc0d3
2 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class Boot extends Loggable{
// Note: See Nav.scala which modifies the menu
val sitemap = List(
Menu.i("OBP Live Docs") / "live-docs",
Menu.i("OBP API Explorer") / "api-explorer",
Menu.i("Home") / "index",
Menu.i("OAuth Callback") / "oauthcallback" >> EarlyResponse(() => {
OAuthClient.handleCallback()