summaryrefslogtreecommitdiffstats
path: root/model/client.go
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-30 14:00:50 -0300
committerCorey Hulen <corey@hulen.com>2016-08-30 09:00:50 -0800
commit6c8746dbdc01e5f2b79152e2e495e914c5a9743d (patch)
tree7c2c07f228896fcf9e02148f551af201a98a132b /model/client.go
parent77656aea7f99dc7597b3c41e3dea96333ebfafd5 (diff)
downloadchat-6c8746dbdc01e5f2b79152e2e495e914c5a9743d.tar.gz
chat-6c8746dbdc01e5f2b79152e2e495e914c5a9743d.tar.bz2
chat-6c8746dbdc01e5f2b79152e2e495e914c5a9743d.zip
PLT-4026 Use client dir constant for OAuth Authorization page (#3895)
Diffstat (limited to 'model/client.go')
-rw-r--r--model/client.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/model/client.go b/model/client.go
index 7ef35ef6f..86e4dccf5 100644
--- a/model/client.go
+++ b/model/client.go
@@ -35,6 +35,8 @@ const (
STATUS_OK = "OK"
STATUS_FAIL = "FAIL"
+ CLIENT_DIR = "webapp/dist"
+
API_URL_SUFFIX_V1 = "/api/v1"
API_URL_SUFFIX_V3 = "/api/v3"
API_URL_SUFFIX = API_URL_SUFFIX_V3