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

Function adminItemsAPI

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

Source from the content-addressed store, hash-verified

99}
100
101func adminItemsAPI(w http.ResponseWriter, r *http.Request) {
102 serveAdminTemplate(w, r, "items-api.html", nil)
103}
104
105func adminItemsAttackMessages(w http.ResponseWriter, r *http.Request) {
106 serveAdminTemplate(w, r, "items-attack-messages.html", nil)

Callers

nothing calls this directly

Calls 1

serveAdminTemplateFunction · 0.85

Tested by

no test coverage detected