fix: gebruik create question functie
This commit is contained in:
parent
70ba819e46
commit
e3e1fc3f05
4 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue