aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static_manifest.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static_manifest.go')
-rw-r--r--ui/static_manifest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/static_manifest.go b/ui/static_manifest.go
index 27abaec..96814fe 100644
--- a/ui/static_manifest.go
+++ b/ui/static_manifest.go
@@ -50,5 +50,5 @@ func (c *Controller) WebManifest(w http.ResponseWriter, r *http.Request) {
},
}
- json.OK(w, manifest)
+ json.OK(w, r, manifest)
}