From 9c0ad74645403a47c8e79ebc4ad9c0e59f2ee6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Tue, 19 Nov 2019 19:53:29 +0100 Subject: [PATCH] disabled html5 mode, removed tag --- public/index.html | 1 - resources/js/app.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 2d16e61..494beee 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,6 @@ - diff --git a/resources/js/app.js b/resources/js/app.js index caf94b0..88eb73d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -134,8 +134,7 @@ function appConfig($locationProvider) { $locationProvider - .html5Mode(true) - .hashPrefix('!'); + .hashPrefix(''); }