Contenerisation

This commit is contained in:
ElPoyo
2025-09-29 15:53:29 +02:00
parent 45f76cc5c8
commit 5d0993bda3
17 changed files with 122 additions and 58 deletions

View File

@@ -2,7 +2,7 @@
* Service pour communiquer avec l'API backend des textes
*/
const API_BASE_URL = import.meta.env.TEXTS_API_URL
const API_BASE_URL = 'VITE_TEXTS_API_URL_PLACEHOLDER'
export class TextService {
constructor() {