feat: success console app => api => gemini

This commit is contained in:
Stevan Freeborn
2025-03-15 18:44:10 -05:00
parent 414e712f51
commit 45a0ead7d8
9 changed files with 86 additions and 22 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ namespace AltGen.Console.Generated;
static class Constants
{
public const string AltGenApiUri = "http://localhost:7297";
public const string AltGenApiUri = "https://localhost:7297";
}