Files
scylladb/apps
Amnon Heiman 399f3d29c5 httpd main using the http_server_control to start the server
Use the http_server_control to start and configure the server and use
the api_registry_builder to register the demo api.

After the change a call to:

http://localhost:10000/api-doc/ will return the swagger doc file and a
call to:

http://localhost:10000/api-doc/demo/ will return the demo swagger file

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-04-05 11:39:56 +03:00
..