mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
@@ -1,4 +1,5 @@
|
||||
import axios from 'axios';
|
||||
import { API_URL as API_BASE_URL } from './api';
|
||||
import { IconType } from 'react-icons';
|
||||
import {
|
||||
FaRegClipboard,
|
||||
@@ -35,7 +36,7 @@ import {
|
||||
FaCube
|
||||
} from 'react-icons/fa';
|
||||
|
||||
const API_BASE_URL = process.env.REACT_APP_API_URL || 'http://localhost:8080/api/v1';
|
||||
// Use shared API base URL
|
||||
|
||||
export interface PageElementConfig {
|
||||
id?: number;
|
||||
|
||||
Reference in New Issue
Block a user