Introduce mongo and discord services

This commit is contained in:
Hepatica
2024-08-14 23:15:58 +02:00
parent 598bcba4a9
commit 38c1bd4633
5 changed files with 37 additions and 2 deletions

View File

@@ -10,5 +10,10 @@ public:
return true;//Todo implement logic for authorization processing
}
void register_user(User user) {
}
};