This commit is contained in:
parent
5228f74c49
commit
0dc55aa9df
@ -10,7 +10,7 @@ namespace NeDvachAPI.Controllers
|
||||
[HttpGet(Name = "GetPosts")]
|
||||
public string Get()
|
||||
{
|
||||
var remoteIpAddress = request.HttpContext.Connection.RemoteIpAddress;
|
||||
var remoteIpAddress = httpContext.GetFeature<IHttpConnectionFeature>()?.RemoteIpAddress;
|
||||
|
||||
//Post[] posts = DBchat.DbList();
|
||||
List<Post> posts = DBchat.DbList();
|
||||
|
Reference in New Issue
Block a user