Add NGinx API location
All checks were successful
ci / Image build (push) Successful in 1m56s
ci / Deployment (push) Successful in 5s

This commit is contained in:
Joris Bertomeu
2024-10-01 11:43:45 +02:00
parent f5d47034b3
commit 8a1013f761
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import { Observable } from 'rxjs';
providedIn: 'root'
})
export class VideoProcessingService {
private apiUrl = 'http://localhost:3000';
private apiUrl = '/api';
constructor(private http: HttpClient) { }