fix: gebruik create question functie

This commit is contained in:
Gabriellvl 2025-03-13 15:30:07 +01:00
parent 70ba819e46
commit e3e1fc3f05
4 changed files with 23 additions and 23 deletions

View file

@ -5,6 +5,10 @@
// Load .env file
// Dotenv.config();
import {Language} from "./entities/content/language.js";
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
export const FALLBACK_LANG = 'nl';
export const FALLBACK_LANG: Language = Language.Dutch;
export const FALLBACK_SEQ_NUM = 1;