mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-12 19:50:46 +01:00
Revert services.module.ts
This commit is contained in:
parent
d63ec210c7
commit
f91e67ad6b
@ -143,9 +143,9 @@ export function initFactory(): Function {
|
||||
}
|
||||
apiService.setUrls({
|
||||
base: isDev ? null : window.location.origin,
|
||||
api: isDev ? 'http://localhost:5000' : null,
|
||||
identity: isDev ? 'http://localhost:33657' : null,
|
||||
events: isDev ? 'http://localhost:46274' : null,
|
||||
api: isDev ? 'http://localhost:4000' : null,
|
||||
identity: isDev ? 'http://localhost:33656' : null,
|
||||
events: isDev ? 'http://localhost:46273' : null,
|
||||
|
||||
// Uncomment these (and comment out the above) if you want to target production
|
||||
// servers for local development.
|
||||
|
Loading…
Reference in New Issue
Block a user