[FA-13] Adds Fusion gateway, need to setup a local build and stitch process. Only NovelService included right now.

This commit is contained in:
gamer147
2025-11-22 00:33:06 -05:00
parent 592fa7fb36
commit ffa51cfce4
9 changed files with 45 additions and 116 deletions

View File

@@ -76,6 +76,8 @@ public class Program
app.MapHealthChecks("/healthz");
app.MapGraphQL();
app.RunWithGraphQLCommands(args);
app.Run();
}