mirror of
https://github.com/rikkaneko/paste.git
synced 2025-09-21 20:30:11 +01:00
Add Paste API v2
Add object schema validation for v2 API Fix corsify modifies immutable header issue Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
c18f08a4cb
commit
4542a4f519
9 changed files with 482 additions and 70 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paste",
|
||||
"version": "2.0",
|
||||
"version": "2.1",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev",
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
"lint": "eslint . --color --cache -f friendly --max-warnings 10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cesium133/forgjs": "^2.2.0",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"buffer": "^6.0.3",
|
||||
"dedent-js": "^1.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue