From 99aafe37992c173f2bf75fcfb9f170869ad195f4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 29 Mar 2020 17:54:19 +0200 Subject: [PATCH] Switch to new API --- system/config/dev.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/dev.config.php b/system/config/dev.config.php index 98de8d12..5d4965cf 100644 --- a/system/config/dev.config.php +++ b/system/config/dev.config.php @@ -10,7 +10,7 @@ class Dev { /** * API access and credentials */ - const API_URL = "http://devweb.local/comunic/api/"; + const API_URL = "http://127.0.0.1:3000/"; //"http://devweb.local/comunic/api/"; const API_SERVICE_NAME = "ComunicWeb"; const API_SERVICE_TOKEN = "12XU67pJUlnNQ";