mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix errors
This commit is contained in:
parent
83494b707d
commit
447547b911
@ -45,7 +45,7 @@ export function apiSearchMastodon(router: Router): void {
|
|||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
ctx.status = (401);
|
ctx.status = (401);
|
||||||
ctx.body e.response.data;
|
ctx.body = e.response.data;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
router.get("/v1/trends/statuses", async (ctx) => {
|
router.get("/v1/trends/statuses", async (ctx) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user