diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-29 11:18:00 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-29 11:18:00 -0800 |
commit | a756bba5197ddd5898bc49a41059f55f5372eded (patch) | |
tree | 46916a25b93295cb3ffcb33ced306e857269d3ec /system/api/external.go | |
parent | 62d6f575ae1acd6b23be5cd2c774234834c8c9ea (diff) |
updating comment documentation for API endpoint renaming
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 |