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 @@ - - -
-