Allow base routing for Settings
This commit is contained in:
parent
285cb07e37
commit
a2436700bb
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
@page "/Settings/General"
|
@page "/Settings"
|
||||||
|
@page "/Settings/General"
|
||||||
@using LANCommander.Models;
|
@using LANCommander.Models;
|
||||||
@layout SettingsLayout
|
@layout SettingsLayout
|
||||||
@inject SettingService SettingService
|
@inject SettingService SettingService
|
||||||
|
|
Loading…
Add table
Reference in a new issue