Update src/services/apiService.ts
This commit is contained in:
parent
3e6202f6d3
commit
bb7554c29b
|
@ -1,4 +1,4 @@
|
||||||
const API_BASE_URL = 'http://localhost:3001/api';
|
const API_BASE_URL = 'https://digiticket.dmlabs.in/api';
|
||||||
|
|
||||||
export class ApiService {
|
export class ApiService {
|
||||||
private async makeRequest(endpoint: string, options: RequestInit = {}) {
|
private async makeRequest(endpoint: string, options: RequestInit = {}) {
|
||||||
|
|
Loading…
Reference in a new issue