Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 29, 2024
1 parent 9d403ce commit ad37603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Auth from './components/login/Auth'
Vue.use(Router);

const router = new Router({
mode: "history",
mode: "hash",
routes: [{
path: "/form/:slug",
name: "Event",
Expand Down

0 comments on commit ad37603

Please sign in to comment.