emailAuth push for daoMap
This commit is contained in:
parent
a7394ec037
commit
ea021a67bd
|
@ -45,6 +45,7 @@ public class DBProxy {
|
|||
daoMap.put("agent", agentDao);
|
||||
daoMap.put("noauthAgent", jpaNoAuthAgentDAO);
|
||||
daoMap.put("apiKey", jpaApiKeyDao);
|
||||
daoMap.put("emailAuth", jpaApiKeyDao);
|
||||
}
|
||||
|
||||
public void start(int port) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue
Block a user