mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-07 15:33:56 +09:00
Attempt to allow changing root URL
This commit is contained in:
@@ -60,6 +60,10 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
\URL::forceScheme('https');
|
\URL::forceScheme('https');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(env('APP_URL') != 'http://localhost') {
|
||||||
|
\URL::forceRootUrl(env('APP_URL'));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user