From 95700500686015732384bd241b932e35b1e73f1f Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:33:17 +0200 Subject: [PATCH] feat: add gh repo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 85f3b0a..446d5e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ function randomString(length = 5) { } app.get('/', async (c) => { - return c.text('this is featherbin, create a paste by POSTing to /paste with the content in the body') + return c.text('this is featherbin, create a paste by POSTing to /paste with the content in the body\nhttps://github.com/SrIzan10/featherbin') }) app.post('/paste', async (c) => {