fixed some minor stuff, might need some additional work.

This commit is contained in:
2022-10-13 12:47:44 +02:00
parent 6962885582
commit 853f5eba26
7 changed files with 161 additions and 1195 deletions
+2
View File
@@ -10,6 +10,7 @@ import model.MUser;
import controller.IDGen;
import controller.User;
import db.Db.Database as Db;
@@ -23,6 +24,7 @@ class Server {
.recover(OutgoingResponse.reportError);
});
}
public static var db:
}
class Root {