1
This commit is contained in:
parent
32a8c567e3
commit
ee092689e6
@ -29,6 +29,11 @@ class RestApiController extends BaseController {
|
||||
if (!empty($requestUri)) {
|
||||
$idx = strpos($requestUri, '/api/nft/info/');
|
||||
if ($idx === false) {
|
||||
$idx = strpos($requestUri, '/api/client');
|
||||
if (!($idx === false)) {
|
||||
$url = 'https://test.cebg.games/client/web-mobile/';
|
||||
Header("Location:$url");
|
||||
}
|
||||
return;
|
||||
}
|
||||
if ($idx == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user