mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-25 22:53:35 +01:00
Working
This commit is contained in:
@@ -40,7 +40,7 @@ const redisConfig: RedisConfig = {
|
||||
port: Env.get('REDIS_PORT'),
|
||||
password: Env.get('REDIS_PASSWORD', ''),
|
||||
db: 0,
|
||||
keyPrefix: 'artclick:',
|
||||
keyPrefix: 'linkyjs:',
|
||||
healthCheck: true
|
||||
},
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@ Route.get('/', async ({response}: HttpContextContract) => {
|
||||
})
|
||||
|
||||
Route.get('/source', async ({response}: HttpContextContract) => {
|
||||
return response.redirect('https://github.com/arthurdanjou/artclick')
|
||||
return response.redirect('https://github.com/linkyjs/core')
|
||||
})
|
||||
|
||||
Route.get('health', async ({response}: HttpContextContract) => {
|
||||
|
||||
Reference in New Issue
Block a user