From 29df762b47d54ce817a747ad7799db2705edba2f Mon Sep 17 00:00:00 2001 From: Madison May Date: Tue, 7 Oct 2014 22:57:27 -0400 Subject: [PATCH] Update to new router for apis --- README.md | 2 +- indicoio/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a84123..272b0bd 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ Installation pip install indicoio ``` -Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. +Announcement: indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. diff --git a/indicoio/config.py b/indicoio/config.py index f6b622e..150d0f9 100644 --- a/indicoio/config.py +++ b/indicoio/config.py @@ -1,2 +1,2 @@ local_api_root = "http://localhost:9438/" -api_root = "http://api.indico.io/" \ No newline at end of file +api_root = "http://apiv1.indico.io/" \ No newline at end of file