Skip to content

Commit

Permalink
fix/pingページをサーバー側に併せてPublicに
Browse files Browse the repository at this point in the history
mathsuky committed Jul 12, 2024
1 parent 2780ba3 commit 64ce4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter2/section2/src/2/router_5.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import CityPage from './pages/CityPage.vue'

const routes = [
{ path: '/', name: 'home', component: HomePage, meta: { isPublic: true } },
{ path: '/ping', name: 'ping', component: PingPage },
{ path: '/ping', name: 'ping', component: PingPage, meta: { isPublic: true } },
{
path: '/login',
name: 'login',

0 comments on commit 64ce4a1

Please sign in to comment.