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;