From e4112df60ebfd2dece12a2f07ab2c7b73c0fd1bc Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Thu, 18 May 2023 03:57:16 +0200 Subject: [PATCH] Added foundation of chatting page of site --- Otakians/Pages/Chatting.razor | 9 +++++++++ Otakians/Properties/launchSettings.json | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Otakians/Pages/Chatting.razor diff --git a/Otakians/Pages/Chatting.razor b/Otakians/Pages/Chatting.razor new file mode 100644 index 0000000..e6dae78 --- /dev/null +++ b/Otakians/Pages/Chatting.razor @@ -0,0 +1,9 @@ +@page "/Chatting" + + + Test + + +@code { + +} \ No newline at end of file diff --git a/Otakians/Properties/launchSettings.json b/Otakians/Properties/launchSettings.json index 6fff029..e377941 100644 --- a/Otakians/Properties/launchSettings.json +++ b/Otakians/Properties/launchSettings.json @@ -2,7 +2,6 @@ "profiles": { "http": { "commandName": "Project", - "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },