Centralize local account creation and create API endpoint for creation

This commit is contained in:
Akkadius
2019-07-07 04:32:59 -05:00
parent 4bc6493718
commit 392b328a95
8 changed files with 171 additions and 13 deletions
+2
View File
@@ -1,6 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(eqlogin_sources
account_management.cpp
client.cpp
client_manager.cpp
database.cpp
@@ -13,6 +14,7 @@ SET(eqlogin_sources
)
SET(eqlogin_headers
account_management.h
client.h
client_manager.h
database.h