devshort

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

commit 3f224595aebb9e9f243343d4ffa1782b4d887a3d
parent 2e4504a1a314e7a4a22ed51015c1470dad3323d2
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Sun, 28 Apr 2019 12:50:41 +0200

Sort it
Diffstat:
Madmin/stats.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/stats.json b/admin/stats.json @@ -1,4 +1,4 @@ { - "Index": [], - "404-request": [] + "404-request": [], + "Index": [] }