new api implementation

This commit is contained in:
Eudes Inácio
2024-05-29 15:43:37 +01:00
parent 08303ef8cf
commit 3769a7b8fe
12 changed files with 325 additions and 34 deletions
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
})
export class AgendaDataService {
private baseUrl = '/stage/api/v2'; // Your base URL
private baseUrl = 'https://gdapi-dev.dyndns.info/stage/api/v2'; // Your base URL
constructor(private http: HttpClient) { }