Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 37 // TODO: Dynamic route - GET /api/download/:filename - fill in actual path | 37 // TODO: Dynamic route - GET /api/download/:filename - fill in actual path |
| 38 {"/blog", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 38 {"/blog", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 39 // TODO: Dynamic route - GET /blog/:blog_id - fill in actual path | 39 // TODO: Dynamic route - GET /blog/:blog_id - fill in actual path |
| 40 {"/talk", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 40 {"/talk", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 41 {"/talk/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 41 {"/talk/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 42 {"/jrpg", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | |
| 43 {"/jrpg/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | |
| 42 }; | 44 }; |
| 43 | 45 |
| 44 int count = sizeof(configs) / sizeof(configs[0]); | 46 int count = sizeof(configs) / sizeof(configs[0]); |
| 45 int result = 0; | 47 int result = 0; |
| 46 if (argc > 2) | 48 if (argc > 2) |