new changes

This commit is contained in:
Harith_dml 2025-06-27 16:53:32 +05:30
parent 3e6202f6d3
commit 497da3c850

View file

@ -1,4 +1,4 @@
const API_BASE_URL = 'http://localhost:3001/api';
const API_BASE_URL = 'https://digiticket.dmlabs.in/api';
export class ApiService {
private async makeRequest(endpoint: string, options: RequestInit = {}) {