diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js index 32ff470..b6abbdb 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js @@ -4,7 +4,7 @@ $(function() { $("#logout").on("click", function() { App.removeToken(); - location.href = "login.html"; + location.href = "index.html"; }); }); }); -- libgit2 0.21.2