From 1c60556cc8c5c88b975fe8649cb7605e95ea5ad1 Mon Sep 17 00:00:00 2001 From: Infi Date: Mon, 26 Aug 2024 22:42:35 +0200 Subject: [PATCH] switch to chat.html --- ChatTwo/Http/RouteController.cs | 2 +- ChatTwo/Http/templates/start.html | 39 ------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 ChatTwo/Http/templates/start.html diff --git a/ChatTwo/Http/RouteController.cs b/ChatTwo/Http/RouteController.cs index 29340e8..1d8471f 100644 --- a/ChatTwo/Http/RouteController.cs +++ b/ChatTwo/Http/RouteController.cs @@ -33,7 +33,7 @@ public class RouteController Core = core; AuthTemplate = File.ReadAllText(Path.Combine(Core.StaticDir, "templates", "auth.html")); - ChatBoxTemplate = File.ReadAllText(Path.Combine(Core.StaticDir, "templates", "start.html")); + ChatBoxTemplate = File.ReadAllText(Path.Combine(Core.StaticDir, "templates", "chat.html")); // Pre Auth Core.HostContext.Routes.PreAuthentication.Static.Add(HttpMethod.GET, "/", AuthRoute, ExceptionRoute); diff --git a/ChatTwo/Http/templates/start.html b/ChatTwo/Http/templates/start.html deleted file mode 100644 index 0dc0d94..0000000 --- a/ChatTwo/Http/templates/start.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - Chat2 - - - - - - - - -
-
-
-
    -
    -
    - -
    -
    -
    - -
    - -
    - -
    -
    - - -
    -
    -
    - -
    - - -