rename route
This commit is contained in:
@@ -9,7 +9,7 @@ export default [
|
|||||||
layout('routes/layout.tsx', [
|
layout('routes/layout.tsx', [
|
||||||
index('routes/index.tsx'),
|
index('routes/index.tsx'),
|
||||||
route('certs', 'routes/certs.tsx'),
|
route('certs', 'routes/certs.tsx'),
|
||||||
route('payments', 'routes/payments/route.tsx'),
|
route('orders', 'routes/orders/route.tsx'),
|
||||||
route('settings', 'routes/settings.tsx'),
|
route('settings', 'routes/settings.tsx'),
|
||||||
route('konviva', 'routes/konviva.ts'),
|
route('konviva', 'routes/konviva.ts'),
|
||||||
route('player/:id', 'routes/player.tsx'),
|
route('player/:id', 'routes/player.tsx'),
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ const navMain = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Histórico de compras',
|
title: 'Histórico de compras',
|
||||||
url: '/payments'
|
url: '/orders'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user