mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 23:01:26 +00:00
Refactor: Update generator routing paths to plural
This commit is contained in:
@@ -31,11 +31,11 @@ export const routes: Routes = [
|
|||||||
},
|
},
|
||||||
// GENERATORS
|
// GENERATORS
|
||||||
{
|
{
|
||||||
path: 'generator/password',
|
path: 'generators/password',
|
||||||
component: GeneratorPassword,
|
component: GeneratorPassword,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'generator/qrcode',
|
path: 'generators/qrcode',
|
||||||
component: GeneratorQrcode,
|
component: GeneratorQrcode,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user