1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

switch API URL

This commit is contained in:
Rokt33r
2015-12-13 16:29:01 +09:00
parent 0e8edf0c72
commit 79e0e5668d

View File

@@ -2,8 +2,8 @@ import superagent from 'superagent'
import superagentPromise from 'superagent-promise'
// import auth from 'boost/auth'
// export const SERVER_URL = 'https://b00st.io/'
export const SERVER_URL = 'http://localhost:3333/'
export const SERVER_URL = 'https://b00st.io/'
// export const SERVER_URL = 'http://localhost:3333/'
export const request = superagentPromise(superagent, Promise)