1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

post webfront url to master

This commit is contained in:
RaidMax
2021-10-19 21:33:21 -05:00
parent 738b1fc38c
commit aea27d7e2c
3 changed files with 10 additions and 3 deletions

View File

@ -179,7 +179,8 @@ namespace IW4MAdmin.Application.Misc
Id = s.EndPoint,
Port = (short)s.Port,
IPAddress = s.IP
}).ToList()
}).ToList(),
WebfrontUrl = _appConfig.WebfrontUrl
};
Response<ResultMessage> response = null;