From 0ab43c31ee950f8fed3c9e55e69c526052ac222b Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Fri, 5 Jun 2020 15:56:24 +0200 Subject: [PATCH] wip --- app/Commands/ServeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/ServeCommand.php b/app/Commands/ServeCommand.php index 4b7a57b..5f6eef3 100644 --- a/app/Commands/ServeCommand.php +++ b/app/Commands/ServeCommand.php @@ -21,7 +21,7 @@ class ServeCommand extends Command $this->info("Expose server running on port ".$this->option('port')."."); }); - $validateAuthTokens = config('expose.server.validate_auth_tokens'); + $validateAuthTokens = config('expose.admin.validate_auth_tokens'); if ($this->option('validateAuthTokens')) { $validateAuthTokens = true;