merged dev and changed call into import of wp menu to use the https://arc-hive.zone url
This commit is contained in:
parent
e58647ee86
commit
4f9887efb1
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
# uncoment below for production main branch and comment for development
|
# uncoment below for production main branch and comment for development
|
||||||
#$wordpress_site="https://arc-hive.zone";
|
$wordpress_site="https://arc-hive.zone";
|
||||||
#$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4";
|
$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||||
# coment below for production main branch and uncomment for development
|
# coment below for production main branch and uncomment for development
|
||||||
$wordpress_site="https://dev.arc-hive.zone";
|
#$wordpress_site="https://dev.arc-hive.zone";
|
||||||
$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
#$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||||
|
|
||||||
use Zend\Http\Client;
|
use Zend\Http\Client;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue