diff options
| author | Adelyn Breelove <[email protected]> | 2018-11-29 13:50:53 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-11-29 13:50:53 -0700 |
| commit | 18f4b7e8cada448f6fc15ee8ee18944dcb0b1676 (patch) | |
| tree | 1f0e626eeaf8dd89cc779655b68f12b1b8d0971a /lib/http.ml | |
| parent | functors! (diff) | |
| download | disml-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.ml | 1 |
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) |