aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/aoHost.js
diff options
context:
space:
mode:
authorCaleb Mabry <36182383+caleb-mabry@users.noreply.github.com>2022-03-23 15:31:04 -0400
committerGitHub <noreply@github.com>2022-03-23 15:31:04 -0400
commit46d63b5ba4eeb30ac1f5add49b03b1aed8ae0328 (patch)
tree228ef1f017ce0320f3d210a557d2803a03ec73e1 /webAO/client/aoHost.js
parent0b6b4b085cee48248fe2025a2514252ee20ee774 (diff)
parent2e734ec14fc760f80e2a9dc81cdf9269220bb791 (diff)
Merge branch 'master' into moving-audio-channels
Diffstat (limited to 'webAO/client/aoHost.js')
-rw-r--r--webAO/client/aoHost.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/webAO/client/aoHost.js b/webAO/client/aoHost.js
new file mode 100644
index 0000000..b387608
--- /dev/null
+++ b/webAO/client/aoHost.js
@@ -0,0 +1,5 @@
+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