8 lines
115 B
C++
8 lines
115 B
C++
|
#include <drogon/drogon.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
drogon::app().loadConfigFile("../config.json").run();
|
||
|
return 0;
|
||
|
}
|