mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add Betula integration
This commit is contained in:
parent
a334c8e691
commit
92db691344
26 changed files with 196 additions and 4 deletions
|
@ -114,6 +114,9 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
RaindropToken: integration.RaindropToken,
|
||||
RaindropCollectionID: integration.RaindropCollectionID,
|
||||
RaindropTags: integration.RaindropTags,
|
||||
BetulaEnabled: integration.BetulaEnabled,
|
||||
BetulaURL: integration.BetulaURL,
|
||||
BetulaToken: integration.BetulaToken,
|
||||
}
|
||||
|
||||
sess := session.New(h.store, request.SessionID(r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue