mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
switch API URL
This commit is contained in:
@@ -2,8 +2,8 @@ import superagent from 'superagent'
|
|||||||
import superagentPromise from 'superagent-promise'
|
import superagentPromise from 'superagent-promise'
|
||||||
// import auth from 'boost/auth'
|
// import auth from 'boost/auth'
|
||||||
|
|
||||||
// export const SERVER_URL = 'https://b00st.io/'
|
export const SERVER_URL = 'https://b00st.io/'
|
||||||
export const SERVER_URL = 'http://localhost:3333/'
|
// export const SERVER_URL = 'http://localhost:3333/'
|
||||||
|
|
||||||
export const request = superagentPromise(superagent, Promise)
|
export const request = superagentPromise(superagent, Promise)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user