修复setServerConfig接口保存配置文件相关bug

This commit is contained in:
xiongziliang
2019-11-04 09:21:11 +08:00
parent a30a83d665
commit 35c4c05e7b
3 changed files with 8 additions and 4 deletions

View File

@@ -47,5 +47,7 @@ extern const string kPort;
void installWebApi();
void unInstallWebApi();
//配置文件路径
extern string g_ini_file;
#endif //ZLMEDIAKIT_WEBAPI_H