Compare commits

..

No commits in common. "4f9887efb15e3b7419efc2a36c0e7d06c69ff56a" and "7e24eff9b21b5373f2903cf893d6f0497f691490" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,8 @@
<?php <?php
# Config # Config
# uncoment below for production main branch and comment for development $wordpress_site="https://dev.arc-hive.zone";
$wordpress_site="https://arc-hive.zone"; $wordpress_endpoint="https://dev.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
#$wordpress_site="https://dev.arc-hive.zone";
#$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
use Zend\Http\Client; use Zend\Http\Client;