From 1613413ecc3a88b2263c6ee31faa86ed615483d7 Mon Sep 17 00:00:00 2001 From: Kevin Keuning Date: Fri, 24 Feb 2017 23:56:00 -0600 Subject: adding update to api --- system/api/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/api/server.go') diff --git a/system/api/server.go b/system/api/server.go index c5c1a23..6a848dd 100644 --- a/system/api/server.go +++ b/system/api/server.go @@ -9,4 +9,6 @@ func Run() { http.HandleFunc("/api/content", Record(CORS(Gzip(contentHandler)))) http.HandleFunc("/api/content/external", Record(CORS(externalContentHandler))) + + http.HandleFunc("/api/content/update", Record(CORS(updateContentHandler))) } -- cgit v1.2.3