no message
This commit is contained in:
parent
283195294c
commit
1d26b3a867
@ -22,7 +22,7 @@ class GithubArticleGithubController extends ListController
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->sSiteWww = config("path.url_master_base") ?? '';
|
||||
$this->sSiteWww = config("path.url_github_base") ?? '';
|
||||
}
|
||||
|
||||
public function index(NasaQueryRequest $oRequest)
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
return [
|
||||
"url_nodehub_base" => env("url_nodehub_base"),
|
||||
"url_master_base" => env("url_master_base"),
|
||||
"url_github_base" => env("url_github_base"),
|
||||
"url_ship_fu_base" => env("url_ship_fu_base"),
|
||||
"url_resource_base" => env("url_resource_base"),
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user