summaryrefslogtreecommitdiff
path: root/system/api/external.go
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2016-11-29 12:03:26 -0800
committerGitHub <noreply@github.com>2016-11-29 12:03:26 -0800
commitd11d86d73aebc2fc95eedebb166c58962762db2d (patch)
tree56e99f446ac5343297e9ff72f667930ec89948e9 /system/api/external.go
parentf252472047f86d1bdf956dc59b89541ea0260d68 (diff)
parentc50ae920c84b00eea7e7a896bff5546d1e013c16 (diff)
Merge pull request #18 from bosssauce/ponzu-dev
[tooling] Add Rails-like content generator for Content Types
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 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