MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / adminBuffs

Function adminBuffs

internal/web/admin_items.go:117–119  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

115}
116
117func adminBuffs(w http.ResponseWriter, r *http.Request) {
118 serveAdminTemplate(w, r, "buffs.html", nil)
119}
120
121func adminBuffsAPI(w http.ResponseWriter, r *http.Request) {
122 serveAdminTemplate(w, r, "buffs-api.html", nil)

Callers

nothing calls this directly

Calls 1

serveAdminTemplateFunction · 0.85

Tested by

no test coverage detected