MCPcopy Create free account
hub / github.com/crossjoin-io/crossjoin / postConfigReload

Method postConfigReload

api/api_config.go:7–16  ·  view source on GitHub ↗
(_ http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

5)
6
7func (api *API) postConfigReload(_ http.ResponseWriter, r *http.Request) Response {
8 err := api.LoadConfig()
9 if err != nil {
10 return Response{
11 Status: http.StatusInternalServerError,
12 Error: err.Error(),
13 }
14 }
15 return Response{}
16}

Callers

nothing calls this directly

Calls 1

LoadConfigMethod · 0.95

Tested by

no test coverage detected