diff options
author | Brian Ketelsen <bketelsen@gmail.com> | 2017-01-31 16:39:37 -0500 |
---|---|---|
committer | Brian Ketelsen <bketelsen@gmail.com> | 2017-01-31 16:39:37 -0500 |
commit | 4f24672a25fd9b24a55a362b96a784e6f0bbc407 (patch) | |
tree | 10058e9112210d3e75cc2e682b54b93141c47159 /system/api/external.go | |
parent | d8b1975b036e800d85fd2808458f51902b27ad5a (diff) |
fixes #56 godoc link
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 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 |