Check Session Endpoint (#10)

This commit is contained in:
Daniel Valdivia
2020-04-02 15:54:34 -07:00
committed by GitHub
parent f80fb2e73f
commit e2ba32473b
11 changed files with 655 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ func configureAPI(api *operations.McsAPI) http.Handler {
registerServiceHandlers(api)
// Register profiling handlers
registerProfilingHandler(api)
// Register session handlers
registerSessionHandlers(api)
api.PreServerShutdown = func() {}