diff options
Diffstat (limited to 'lib/http/endpoints.ml')
| -rw-r--r-- | lib/http/endpoints.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http/endpoints.ml b/lib/http/endpoints.ml index 9263207..8a2faea 100644 --- a/lib/http/endpoints.ml +++ b/lib/http/endpoints.ml @@ -1,3 +1,4 @@ +open Core
open Printf
let gateway = "/gateway"
|