From e2580b61b10239380b8059c12c1ab685715e6215 Mon Sep 17 00:00:00 2001 From: anarch3 Date: Sat, 19 Nov 2022 08:07:30 -0500 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a497ea0..e34392c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm start ``` Default username is admin with the password being whatever EBPASS is -ShareX support is enabled at "/upload", requires auth with key +ShareX support is enabled at "/upload", requires auth with key, expire key is in days JSON ``` { @@ -39,7 +39,8 @@ JSON }, "Body": "MultipartFormData", "Arguments": { - "fileupload": null + "fileupload": null, + "expire": null }, "FileFormName": "fileupload", "URL": null,