From d3efbb0d99d9eee07d93d02ff2ba908e6a5c9afc Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 27 Dec 2018 13:16:16 +0100 Subject: [PATCH] added link to API --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2921d1..1c1469e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Table of contents ## Breaking changes -- New API system. Only single file uploads now via /api/upload.php (POST var name is "file"). [read more..](/rtfm/API.md) -- Data directory changed from ```upload``` to ```data``` +- [New API system](/rtfm/API.md). Only single file uploads now via /api/upload.php (POST var name is "file"). [read more..](/rtfm/API.md) +- Data directory renamed from ```upload``` to ```data``` - Backblaze support dropped for now because we didn't need it anymore as ALT_FOLDER is more flexible. If soneone needs it, it can easily be implemented via adding a new storage controller. We're happy to accept pull requests ## Status