aboutsummaryrefslogtreecommitdiff
path: root/lib/http.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-11-29 13:50:53 -0700
committerAdelyn Breelove <[email protected]>2018-11-29 13:50:53 -0700
commit18f4b7e8cada448f6fc15ee8ee18944dcb0b1676 (patch)
tree1f0e626eeaf8dd89cc779655b68f12b1b8d0971a /lib/http.ml
parentfunctors! (diff)
downloaddisml-18f4b7e8cada448f6fc15ee8ee18944dcb0b1676.tar.xz
disml-18f4b7e8cada448f6fc15ee8ee18944dcb0b1676.zip
Try to make it a more properly structured lib
Diffstat (limited to 'lib/http.ml')
-rw-r--r--lib/http.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.ml b/lib/http.ml
index a8e6b22..8cc56fb 100644
--- a/lib/http.ml
+++ b/lib/http.ml
@@ -8,7 +8,6 @@ module Make(T : S.Token) = struct
exception Invalid_Method
let base_url = "https://discordapp.com/api/v7"
- let cdn_url = "https://cdn.discordapp.com"
let process_url path =
Uri.of_string (base_url ^ path)