feat: get web app talking to api
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user