Update readme
This commit is contained in:
parent
521390fde7
commit
e2580b61b1
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@ $ npm start
|
||||||
```
|
```
|
||||||
Default username is admin with the password being whatever EBPASS is
|
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
|
JSON
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
@ -39,7 +39,8 @@ JSON
|
||||||
},
|
},
|
||||||
"Body": "MultipartFormData",
|
"Body": "MultipartFormData",
|
||||||
"Arguments": {
|
"Arguments": {
|
||||||
"fileupload": null
|
"fileupload": null,
|
||||||
|
"expire": null
|
||||||
},
|
},
|
||||||
"FileFormName": "fileupload",
|
"FileFormName": "fileupload",
|
||||||
"URL": null,
|
"URL": null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue