mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-04 04:38:14 +08:00
8 lines
133 B
C++
8 lines
133 B
C++
#include <drogon/drogon.h>
|
|
int main()
|
|
{
|
|
drogon::app().loadConfigFile("../config.json");
|
|
drogon::app().run();
|
|
return 0;
|
|
}
|