Skip to content

Commit 27785ba

Browse files
authored
Merge pull request #5 from frain-dev/subomi-patch-2
Update handler.go
2 parents d65d87b + 9e3afb6 commit 27785ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func proxyOrShowStatus(w http.ResponseWriter, r *http.Request) {
193193
http.Error(w, "Invalid hostname", http.StatusBadRequest)
194194
return
195195
}
196-
uuid := strings.ToUpper(hostParts[0]) // Extract UUID
196+
uuid := strings.ToLower(hostParts[0]) // Extract UUID
197197

198198
var status string
199199
var deploymentUrl string

0 commit comments

Comments
 (0)