feat: get web app talking to api

This commit is contained in:
Stevan Freeborn
2025-04-06 23:23:21 -05:00
parent 5652fee422
commit 3e7e6323c2
11 changed files with 146 additions and 10 deletions
@@ -1,5 +1,6 @@
namespace AltGen.Console.Generate;
// TODO: Use shared library version of this service
sealed class AltGenService(HttpClient client) : IAltGenService
{
static readonly JsonSerializerOptions JsonOptions = new()