switch to chat.html

This commit is contained in:
Infi
2024-08-26 22:42:35 +02:00
parent 7ee4151973
commit 1c60556cc8
2 changed files with 1 additions and 40 deletions
+1 -1
View File
@@ -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);