diff options
-rw-r--r-- | system/api/external.go | 2 |
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 |