mirror of
https://github.com/SrIzan10/featherbin.git
synced 2026-06-06 00:56:49 +00:00
feat: add gh repo
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user