backend
This commit is contained in:
parent
177792929f
commit
d3ba7f3f4a
@ -2,7 +2,7 @@
|
||||
* API pour la gestion des dossiers par hash
|
||||
*/
|
||||
|
||||
const API_BASE_URL = 'http://localhost:3001/api'
|
||||
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:3001/api'
|
||||
|
||||
export interface FolderResult {
|
||||
fileHash: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user