Compare commits
No commits in common. "4f9887efb15e3b7419efc2a36c0e7d06c69ff56a" and "7e24eff9b21b5373f2903cf893d6f0497f691490" have entirely different histories.
4f9887efb1
...
7e24eff9b2
|
@ -1,12 +1,8 @@
|
|||
<?php
|
||||
|
||||
# Config
|
||||
# uncoment below for production main branch and comment for development
|
||||
$wordpress_site="https://arc-hive.zone";
|
||||
$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
# coment below for production main branch and uncomment for development
|
||||
#$wordpress_site="https://dev.arc-hive.zone";
|
||||
#$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
$wordpress_site="https://dev.arc-hive.zone";
|
||||
$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
|
||||
use Zend\Http\Client;
|
||||
|
||||
|
|
Loading…
Reference in New Issue