diff options
Diffstat (limited to 'zenserver/auth/authservice.cpp')
| -rw-r--r-- | zenserver/auth/authservice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/auth/authservice.cpp b/zenserver/auth/authservice.cpp index c6def15b4..eecad45bf 100644 --- a/zenserver/auth/authservice.cpp +++ b/zenserver/auth/authservice.cpp @@ -11,7 +11,7 @@ HttpAuthService::HttpAuthService() { m_Router.RegisterRoute( "token", - [this](HttpRouterRequest& RouterRequest) { + [](HttpRouterRequest& RouterRequest) { HttpServerRequest& ServerRequest = RouterRequest.ServerRequest(); ServerRequest.WriteResponse(HttpResponseCode::OK); }, |