diff options
Diffstat (limited to 'system/api/external.go')
-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 5c50172..4e008af 100644 --- a/system/api/external.go +++ b/system/api/external.go @@ -13,7 +13,7 @@ import ( ) // Externalable accepts or rejects external POST requests to endpoints such as: -// /external/posts?type=Review +// /external/content?type=Review type Externalable interface { // Accepts determines whether a type will allow external submissions Accepts() bool |