1
0
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:
Kyle Spearrin
2017-11-03 11:59:45 -04:00
parent 9f9e3245de
commit 6ae7b2e035
16 changed files with 616 additions and 147 deletions

View File

@@ -0,0 +1,5 @@
export default class EnvironmentUrls {
base: string;
api: string;
identity: string;
}