diff mrjunejune/test/auto_generated_test.c @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents b8aa08503378
children
line wrap: on
line diff
--- a/mrjunejune/test/auto_generated_test.c	Wed Aug 05 09:19:41 2026 -0700
+++ b/mrjunejune/test/auto_generated_test.c	Wed Aug 05 09:19:41 2026 -0700
@@ -39,6 +39,8 @@
     // TODO: Dynamic route - GET /blog/:blog_id - fill in actual path
     {"/talk", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT},
     {"/talk/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT},
+    {"/jrpg", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT},
+    {"/jrpg/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT},
   };
 
   int count = sizeof(configs) / sizeof(configs[0]);