Allow base routing for Settings

This commit is contained in:
Pat Hartl 2023-03-03 17:41:15 -06:00
parent 285cb07e37
commit a2436700bb

View file

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