Skip to content

Commit 3b17b9a

Browse files
author
Johannes Duesing
committed
Fixed syntax error from last merge.
1 parent 779c36f commit 3b17b9a

File tree

1 file changed

+1
-1
lines changed
  • src/main/scala/de/upb/cs/swt/delphi/instanceregistry/connection

1 file changed

+1
-1
lines changed

src/main/scala/de/upb/cs/swt/delphi/instanceregistry/connection/Server.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class Server(handler: RequestHandler) extends HttpApp
434434
* @return ConfigurationInfo object
435435
*/
436436
def configurationInfo(): server.Route = {
437-
authenticateOAuth2[AccessToken]("Secure Site", AuthProvider.authenticateOAuthRequire(_, userType = UserType.Admin)) { token =>
437+
authenticateOAuth2[AccessToken]("Secure Site", handler.authProvider.authenticateOAuthRequire(_, userType = UserType.Admin)) { token =>
438438
get {
439439
log.debug(s"GET /configuration has been called")
440440

0 commit comments

Comments
 (0)