From ce708f69ed7878422a6a6371e44faed6857cb79a Mon Sep 17 00:00:00 2001 From: Caleb Date: Sun, 4 Sep 2022 20:22:35 -0400 Subject: Fix AO Host --- webAO/client/aoHost.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 webAO/client/aoHost.js (limited to 'webAO/client/aoHost.js') diff --git a/webAO/client/aoHost.js b/webAO/client/aoHost.js deleted file mode 100644 index b387608..0000000 --- a/webAO/client/aoHost.js +++ /dev/null @@ -1,5 +0,0 @@ -import queryParser from '../utils/queryParser' -let { asset } = queryParser(); -const DEFAULT_HOST = 'http://attorneyoffline.de/base/'; -const AO_HOST = asset || DEFAULT_HOST -export default AO_HOST -- cgit