hot fix #3 dev day #70

This commit is contained in:
Tomas Dvorak
2025-10-24 18:15:36 +02:00
parent 80f833b926
commit 36f0f454ce
42 changed files with 124 additions and 127 deletions
+2 -1
View File
@@ -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;