fix: voeg js toe bij config import

This commit is contained in:
Gabriellvl 2025-03-01 22:40:42 +01:00
parent 887787de05
commit 79009de80c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import { Request, Response } from 'express';
import { getLearningObjectsFromPath } from '../services/learningObjects.js';
import { FALLBACK_LANG } from '../config';
import { FALLBACK_LANG } from '../config.js';
export async function getAllLearningObjects(
req: Request,

View file

@ -3,7 +3,7 @@ import path from 'path';
import yaml from 'js-yaml';
import { Request, Response } from 'express';
import { themes } from '../data/themes.js';
import { FALLBACK_LANG } from '../config';
import { FALLBACK_LANG } from '../config.js';
interface Translations {
curricula_page: {