Contenerisation
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user