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('');
}