mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
new api implementation
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user