...
|
...
|
@@ -22,6 +22,4 @@ const captcha = require(`${cRoot}/captcha`); |
|
|
router.post('/api/upload/image', multipartMiddleware, uploadApi.uploadImg);
|
|
|
router.post('/hf/v1', hotfix.v1);
|
|
|
|
|
|
router.get('/api/captcha/get', captcha.get);
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|