Refactor the app to use Express server and Jest for tests

This commit is contained in:
ngosang
2021-10-17 18:00:19 +02:00
parent 0459f2642d
commit 744de4d158
20 changed files with 9338 additions and 663 deletions

View File

@@ -1,4 +1,4 @@
import log from "../log";
import log from "../services/log";
export enum CaptchaType {
re = 'reCaptcha',