Added a missing type declaration.
This commit is contained in:
parent
5f30fabf85
commit
1ab5a71b3a
|
|
@ -12,7 +12,7 @@ namespace WebApiHttpAuthService.Controllers
|
|||
{
|
||||
// Note: the following is necessary to ensure that no
|
||||
// BOM is part of the response
|
||||
private static readonly encoding = new UTF8Encoding(false);
|
||||
private static readonly UTF8Encoding encoding = new UTF8Encoding(false);
|
||||
|
||||
[Route("user")]
|
||||
[HttpPost]
|
||||
|
|
|
|||
Loading…
Reference in New Issue