Allow base routing for Settings

blazor
Pat Hartl 2023-03-03 17:41:15 -06:00
parent 285cb07e37
commit a2436700bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
@page "/Settings/General"
@page "/Settings"
@page "/Settings/General"
@using LANCommander.Models;
@layout SettingsLayout
@inject SettingService SettingService