Fixed endpoint URLs

This commit is contained in:
2023-12-13 23:47:39 +01:00
parent 39bac2a845
commit 2e5e2fc20b
3 changed files with 15 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ namespace WD7UVN_HFT_2023241.Client
static void Main(string[] args)
{
rest = new RestService();
ActionMenuHandler();
}