Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Sep 28, 2023
1 parent 158490e commit d7b105e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions photon-client/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import NotFoundView from "@/views/NotFoundView.vue";
Vue.use(VueRouter);

const router = new VueRouter({
// Using HTML5 History Mode is problematic with Javalin because each route is treated as a server endpoint which causes Javalin to return a 404 error before being redirected to the UI.
// mode: "history",
base: import.meta.env.BASE_URL,
routes: [
Expand Down

0 comments on commit d7b105e

Please sign in to comment.