|
|
@ -272,6 +272,7 @@ router.get('/account/logger', async (ctx) => {
|
|
|
|
pagination,
|
|
|
|
pagination,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
|
|
|
|
router.get('/captcha', async (ctx) => {
|
|
|
|
router.get('/captcha', async (ctx) => {
|
|
|
|
const captcha = svgCaptcha.create()
|
|
|
|
const captcha = svgCaptcha.create()
|
|
|
@ -280,3 +281,5 @@ router.get('/captcha', async (ctx) => {
|
|
|
|
ctx.set('Content-Type', 'image/svg+xml')
|
|
|
|
ctx.set('Content-Type', 'image/svg+xml')
|
|
|
|
ctx.body = captcha.data
|
|
|
|
ctx.body = captcha.data
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
>>>>>>> dev
|
|
|
|