mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
@@ -1,6 +1,7 @@
|
||||
import axios from 'axios';
|
||||
import { API_URL } from './api';
|
||||
|
||||
const API_URL = process.env.REACT_APP_API_URL || 'http://localhost:8080/api/v1';
|
||||
// Use shared API_URL which already resolves to '/api/v1' under current origin
|
||||
|
||||
export interface FileInfo {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user