This commit is contained in:
Marcel Pociot
2020-06-05 15:56:24 +02:00
parent 38383a38d9
commit 0ab43c31ee

View File

@@ -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;