emailAuth push for daoMap

This commit is contained in:
geek 2017-06-06 19:58:30 +09:00
parent a7394ec037
commit ea021a67bd

View File

@ -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 {