diff mrjunejune/main.c @ 128:7eb79fd91c7e

[Misc] Fixed all bazel targets. I should creat a separate scripts for these lol.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 19:20:56 -0800
parents f236c895604e
children 7a63e41a21fb
line wrap: on
line diff
--- a/mrjunejune/main.c	Thu Jan 08 18:05:47 2026 -0800
+++ b/mrjunejune/main.c	Thu Jan 08 19:20:56 2026 -0800
@@ -534,7 +534,8 @@
 
   // -- Talk --/
   Seobeo_Router_Register("GET", "/talk", GetTalk);
-  // Seobeo_Router_Register("GET", "/talk/index.html", GetRedirectTalk);
+  // TODO: Bug where I can't est redriect huh...
+  Seobeo_Router_Register("GET", "/talk/index.html", GetRedirectTalk);
 
   printf("Registered Websockets\n");