From a2df22c1dad64fe0dbf224cfbeb4ce3af36caf24 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 13 Oct 2019 15:07:07 -0400 Subject: [PATCH] [O] Make http client static --- src/components/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 4c8fcc7..644b05d 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -89,7 +89,7 @@ export default class App extends Vue public token: Token; // Http Client - public http: HttpUtils = new HttpUtils(); + public static http: HttpUtils = new HttpUtils(); /** * This is called when the instance is created.