Skip to content

Commit

Permalink
Merge pull request #57 from bketelsen/linkfix
Browse files Browse the repository at this point in the history
fixes #56 godoc link
  • Loading branch information
nilslice committed Jan 31, 2017
2 parents d8b1975 + 4f24672 commit e974766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/api/external.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e974766

Please sign in to comment.