mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-16 06:55:56 +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').".");
|
$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')) {
|
if ($this->option('validateAuthTokens')) {
|
||||||
$validateAuthTokens = true;
|
$validateAuthTokens = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user