mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-02-03 03:31:51 +01:00
Updating project
This commit is contained in:
@@ -17,7 +17,7 @@ Route.get('/', async ({ response }: HttpContextContract) => {
|
||||
})
|
||||
|
||||
Route.get('/source', async ({ response }: HttpContextContract) => {
|
||||
return response.redirect('https://github.com/linkyjs/core')
|
||||
return response.redirect('https://github.com/arthurdanjou/artdanj-shortener')
|
||||
})
|
||||
|
||||
Route.get('health', async ({ response }: HttpContextContract) => {
|
||||
|
||||
Reference in New Issue
Block a user