diff options
Diffstat (limited to 'webAO/client/aoHost.js')
| -rw-r--r-- | webAO/client/aoHost.js | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
