diff --git a/backend/api/controllers/core.js b/backend/api/controllers/core.js new file mode 100644 index 000000000..81de772b5 --- /dev/null +++ b/backend/api/controllers/core.js @@ -0,0 +1,3 @@ +class CoreController { + static async handleTestResult() {} +}