Skip to content
Snippets Groups Projects
Commit 914e95f6 authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Update response for info endpoint for CE

parent a0cdb181
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ const (
//OrchestrationIdentifier identifier string for provider orchestration
OrchestrationIdentifier = "kubernetes"
//ProviderName name of the provider
ProviderName = "faas-netes"
ProviderName = "faas-netes-ce"
)
//MakeInfoHandler creates handler for /system/info endpoint
// MakeInfoHandler creates handler for /system/info endpoint
func MakeInfoHandler(version, sha string) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if r.Body != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment