diff options
author | Steve <nilslice@gmail.com> | 2017-01-31 13:42:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 13:42:35 -0800 |
commit | e9747661400953c20f0c9ee7fd3aa003ae8c44af (patch) | |
tree | 10058e9112210d3e75cc2e682b54b93141c47159 /system/api/external.go | |
parent | d8b1975b036e800d85fd2808458f51902b27ad5a (diff) | |
parent | 4f24672a25fd9b24a55a362b96a784e6f0bbc407 (diff) |
Merge pull request #57 from bketelsen/linkfix
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 |