and another
All checks were successful
Build Docker Images / test (push) Successful in 1m13s
Build Docker Images / build-and-push (push) Successful in 1m39s

This commit is contained in:
2025-11-19 17:21:14 +01:00
parent 5a5b70a5ed
commit c0a1945465
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ public class AuthService
Console.WriteLine($"=== ValidateWithBackend: Sending Google credential for {email} ===");
// Wyślij Google credential do backendu
var response = await _httpClient.PostAsJsonAsync("/Auth/apiToken", googleCredential);
var response = await _httpClient.PostAsJsonAsync("Auth/apiToken", googleCredential);
if (response.IsSuccessStatusCode)
{