Source file server.ml

1
2
3
4
5
module Service = Server_service

type routes = Server_core.routes
type middleware_stack = Server_core.middleware_stack
type endpoint = Server_core.endpoint