Updating project

This commit is contained in:
2022-07-03 19:32:57 +02:00
parent fd0feec8cd
commit a406eb0b9e
4 changed files with 7 additions and 15 deletions

View File

@@ -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) => {