mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Added CoreController
This commit is contained in:
parent
12362879b4
commit
ff5cbc46d6
1 changed files with 3 additions and 0 deletions
3
backend/api/controllers/core.js
Normal file
3
backend/api/controllers/core.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
class CoreController {
|
||||
static async handleTestResult() {}
|
||||
}
|
Loading…
Reference in a new issue