fix: DELETE en POST endpoints toegevoegd

This commit is contained in:
Adriaan Jacquet 2025-03-13 19:27:34 +01:00
parent 400a955850
commit 8c7d5e965c
6 changed files with 17 additions and 5 deletions

8
backend/config.js Normal file
View file

@ -0,0 +1,8 @@
// Can be placed in dotenv but found it redundant
// Import dotenv from "dotenv";
// Load .env file
// Dotenv.config();
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
export const FALLBACK_LANG = 'nl';
export const FALLBACK_SEQ_NUM = 1;