mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Update README.md
This commit is contained in:
@@ -21,7 +21,7 @@ npm run build:watch
|
|||||||
|
|
||||||
You can now access the web vault in your browser at `https://localhost:8080`. You can adjust your API endpoint settings in `src/app/services/services.module.ts` by altering the `apiService.setUrls` call. For example:
|
You can now access the web vault in your browser at `https://localhost:8080`. You can adjust your API endpoint settings in `src/app/services/services.module.ts` by altering the `apiService.setUrls` call. For example:
|
||||||
|
|
||||||
```
|
```typescript
|
||||||
await apiService.setUrls({
|
await apiService.setUrls({
|
||||||
base: isDev ? null : window.location.origin,
|
base: isDev ? null : window.location.origin,
|
||||||
api: isDev ? 'http://mylocalapi' : null,
|
api: isDev ? 'http://mylocalapi' : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user