Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created May 8, 2017 15:07
Show Gist options
  • Save justinvdm/104caa0db6e1cc752f0797258c44cdef to your computer and use it in GitHub Desktop.
Save justinvdm/104caa0db6e1cc752f0797258c44cdef to your computer and use it in GitHub Desktop.
diff --git a/src/config/base.js b/src/config/base.js
index df9f1e9..a82f926 100644
--- a/src/config/base.js
+++ b/src/config/base.js
@@ -1,5 +1,5 @@
export default {
- API_PATH: '/mentor',
+ API_PATH: '/mentor/v2',
API_BASE_URL: null,
SENTRY_URL: null,
USE_DEV_APP: false,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment