Compare commits
3 Commits
7e24eff9b2
...
4f9887efb1
Author | SHA1 | Date |
---|---|---|
jorge | 4f9887efb1 | |
jorge | e58647ee86 | |
jorge | 9cc1feb76f |
|
@ -1,8 +1,12 @@
|
|||
<?php
|
||||
|
||||
# Config
|
||||
$wordpress_site="https://dev.arc-hive.zone";
|
||||
$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
# 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";
|
||||
|
||||
use Zend\Http\Client;
|
||||
|
||||
|
|
Loading…
Reference in New Issue