Merge branch 'dev' into feat/caching

This commit is contained in:
Tibo De Peuter 2025-05-16 23:28:47 +02:00
commit a72fec0cd5
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
120 changed files with 3385 additions and 612 deletions

View file

@ -73,6 +73,10 @@ const dwengoApiLearningPathProvider: LearningPathProvider = {
}
return searchResults ?? [];
},
async getLearningPathsAdministratedBy(_adminUsername: string) {
return []; // Learning paths fetched from the Dwengo API cannot be administrated by a user.
},
};
export default dwengoApiLearningPathProvider;