diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-17 20:00:07 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-17 20:00:07 -0400 |
| commit | 1899c8058fde577318c1911a35108ea8d91cd1a7 (patch) | |
| tree | 3a955d4086c4b1ba1b512c199c12bb86d6fed893 /webAO/client | |
| parent | 34653b82f175af4df5995ce9194fd8ffbaed5015 (diff) | |
Adding blip sounds to actual audio tags
Diffstat (limited to 'webAO/client')
| -rw-r--r-- | webAO/client/aoHost.js | 5 |
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 |
