diff options
| author | Adelyn Breedlove <[email protected]> | 2019-03-02 18:30:46 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-03-02 18:30:46 -0700 |
| commit | 6163027a715b31d87e1f8e4fde8f7f3b4db2bc42 (patch) | |
| tree | d84b6f956fd43d8a3bb2dff3a1bde9e27dcc1cc2 /lib/http/endpoints.ml | |
| parent | Style improvements who dis (diff) | |
| download | disml-6163027a715b31d87e1f8e4fde8f7f3b4db2bc42.tar.xz disml-6163027a715b31d87e1f8e4fde8f7f3b4db2bc42.zip | |
Initial Lwt changes. Successfully compiles
Diffstat (limited to 'lib/http/endpoints.ml')
| -rw-r--r-- | lib/http/endpoints.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http/endpoints.ml b/lib/http/endpoints.ml index 8a2faea..9263207 100644 --- a/lib/http/endpoints.ml +++ b/lib/http/endpoints.ml @@ -1,4 +1,3 @@ -open Core
open Printf
let gateway = "/gateway"
|