fix(route/*): previously forgotten migrations (#14778)

Signed-off-by: Rongrong <i@rong.moe>
This commit is contained in:
Rongrong
2024-03-14 00:49:02 +08:00
committed by GitHub
parent 2cfc8c0712
commit c65e031a54
82 changed files with 244 additions and 296 deletions

View File

@@ -65,6 +65,6 @@ async function handler(ctx) {
})
);
}
ctx.set('data', result);
return result;
}
}