mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user