summaryrefslogtreecommitdiffstats
path: root/webapp/client/test_web_client.jsx
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>2017-01-31 23:29:21 +0900
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-31 09:29:21 -0500
commit7e9cf13aa356f991f48ba0a943bdab9b4d3c9233 (patch)
tree11e64fd6b7755ce85e7d2ebcc8adeb8b3f8f331d /webapp/client/test_web_client.jsx
parent67739cb516309e06a7cb08cc5807140ac9af9b13 (diff)
downloadchat-7e9cf13aa356f991f48ba0a943bdab9b4d3c9233.tar.gz
chat-7e9cf13aa356f991f48ba0a943bdab9b4d3c9233.tar.bz2
chat-7e9cf13aa356f991f48ba0a943bdab9b4d3c9233.zip
Use Client APIs to resolve URLs (#5148)
Diffstat (limited to 'webapp/client/test_web_client.jsx')
-rw-r--r--webapp/client/test_web_client.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/client/test_web_client.jsx b/webapp/client/test_web_client.jsx
new file mode 100644
index 000000000..ac8055f9e
--- /dev/null
+++ b/webapp/client/test_web_client.jsx
@@ -0,0 +1,7 @@
+// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+import Client from './client.jsx';
+
+var WebClient = new Client();
+export default WebClient;