summaryrefslogtreecommitdiff
path: root/system/api/external.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/external.go')
-rw-r--r--system/api/external.go2
1 files changed, 1 insertions, 1 deletions
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