feat: add UserSecret
This commit is contained in:
@@ -35,6 +35,7 @@ router.post('/api/s1/resources/upload/check', async (req, res) => {
|
||||
return;
|
||||
}
|
||||
console.log('data', req.url);
|
||||
res.writeHead(200, { 'Content-Type': 'application/json' });
|
||||
const data = await router.getBody(req);
|
||||
type Data = {
|
||||
appKey: string;
|
||||
|
||||
Reference in New Issue
Block a user