Added health check api endpoint

This commit is contained in:
Stefan Zermatten
2023-06-01 11:19:17 +02:00
parent 2b4ab6258d
commit 513c0f7148
4 changed files with 40 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
import LibraryNodes from '/imports/api/library/LibraryNodes.js';
LibraryNodes.startCaching();
LibraryNodes.startCaching?.();