MCPcopy
hub / github.com/gotify/server / UI

Function UI

docs/ui.go:71–73  ·  view source on GitHub ↗

UI serves the swagger ui.

(ctx *gin.Context)

Source from the content-addressed store, hash-verified

69
70// UI serves the swagger ui.
71func UI(ctx *gin.Context) {
72 ctx.Writer.WriteString(ui)
73}

Callers 1

TestUIFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestUIFunction · 0.68