mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-15 17:53:44 +08:00
[api] Move from nilas -> nylas for endpoints
This commit is contained in:
parent
4497de634e
commit
622688e1ef
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ class InboxAPI
|
|||
env = atom.config.get('env')
|
||||
if env in ['production']
|
||||
@AppID = 'c96gge1jo29pl2rebcb7utsbp'
|
||||
@APIRoot = 'https://api.nilas.com'
|
||||
@APIRoot = 'https://api.nylas.com'
|
||||
else if env in ['staging', 'development']
|
||||
@AppID = '54miogmnotxuo5st254trcmb9'
|
||||
@APIRoot = 'https://api-staging.nilas.com'
|
||||
@APIRoot = 'https://api-staging.nylas.com'
|
||||
|
||||
current = {@APIToken, @AppID, @APIRoot}
|
||||
|
||||
|
|
Loading…
Reference in a new issue