mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add bookmarklet
This commit is contained in:
parent
1bc43ec2bc
commit
6690f6a70e
26 changed files with 244 additions and 48 deletions
|
@ -9,6 +9,10 @@ import (
|
|||
"strconv"
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultBaseURL = "http://localhost"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue