devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 25cc7d7ff7550a5e74e62fb419a0d430699c2a4e
parent 9adef2f66f3e11567e1d4ae62a856ef01170d6eb
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Thu, 11 Apr 2019 09:53:12 +0200

Reduce default links
Diffstat:
Madmin/config.json | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/admin/config.json b/admin/config.json @@ -15,7 +15,6 @@ }, "shortlinks": { "repo": "https://github.com/flokX/devShort", - "wiki": "https://github.com/flokX/devShort/wiki", - "author": "https://github.com/flokX" + "wiki": "https://github.com/flokX/devShort/wiki" } }