started with wp-rest-api-event plugin

This commit is contained in:
Vitaly Strizhenok
2019-10-18 11:55:56 +03:00
parent d7fe90d11f
commit 33d9028868
6 changed files with 221 additions and 0 deletions

View File

@@ -10,3 +10,5 @@ define('DOMAIN_CURRENT_SITE', 'dev1.lawcarta.com');
define('LAWCARTA_SUBDOMAIN', 'app-dev1');
define('LAWCARTA_PORT', '');
define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.lawcarta.com/v1/event/request');
define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev1.lawcarta.com/v1/event/response');

View File

@@ -10,3 +10,5 @@ define('DOMAIN_CURRENT_SITE', 'lawcarta.loc');
define('LAWCARTA_SUBDOMAIN', 'app');
define('LAWCARTA_PORT', '');
define('LAWCARTA_WP_REST_API_REQUEST_URL', 'https://app-dev1.lawcarta.com/v1/event/request');
define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app-dev1.lawcarta.com/v1/event/response');