From 4f24672a25fd9b24a55a362b96a784e6f0bbc407 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Tue, 31 Jan 2017 16:39:37 -0500 Subject: fixes #56 godoc link --- system/api/external.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/api/external.go') diff --git a/system/api/external.go b/system/api/external.go index 78f6578..8790af1 100644 --- a/system/api/external.go +++ b/system/api/external.go @@ -15,7 +15,7 @@ import ( ) // Externalable accepts or rejects external POST requests to endpoints such as: -// /external/content?type=Review +// /api/content/external?type=Review type Externalable interface { // Accept allows external content submissions of a specific type Accept(http.ResponseWriter, *http.Request) error -- cgit v1.2.3