A paste service using Cloudflare Workers
Find a file
Joe Ma a26f627149
Bypass script to get cached response faster
Use `ctx.waitUntil` to avoid blocking on updating index

Reply 404 for /favicon.ico

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
2022-06-03 15:03:24 +08:00
src Bypass script to get cached response faster 2022-06-03 15:03:24 +08:00
.gitignore Initial commit 2022-06-01 02:11:52 +08:00
package.json Minor improvement 2022-06-03 13:30:57 +08:00
paste.html Minor improvement 2022-06-03 13:30:57 +08:00
paste.iml Add support to create paste from HTTP form 2022-06-02 01:31:56 +08:00
tsconfig.json Initial commit 2022-06-01 02:11:52 +08:00
wrangler.toml Add Content-Type header to response 2022-06-03 01:49:19 +08:00