mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
convert api service to ts with fetch
This commit is contained in:
5
src/models/domain/environmentUrls.ts
Normal file
5
src/models/domain/environmentUrls.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default class EnvironmentUrls {
|
||||
base: string;
|
||||
api: string;
|
||||
identity: string;
|
||||
}
|
||||
Reference in New Issue
Block a user