mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
search results for links
This commit is contained in:
parent
899b4f978c
commit
ad716a23ba
12 changed files with 390 additions and 69 deletions
|
@ -214,6 +214,7 @@ func init() {
|
|||
|
||||
// Links
|
||||
log.IfErr(Add(RoutePrefixPrivate, "links/{folderID}/{documentID}/{pageID}", []string{"GET", "OPTIONS"}, nil, GetLinkCandidates))
|
||||
log.IfErr(Add(RoutePrefixPrivate, "links", []string{"GET", "OPTIONS"}, nil, SearchLinkCandidates))
|
||||
|
||||
// Global installation-wide config
|
||||
log.IfErr(Add(RoutePrefixPrivate, "global", []string{"GET", "OPTIONS"}, nil, GetGlobalConfig))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue