mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
„packages/backend/src/server/index.ts“ ändern
This commit is contained in:
parent
a0e4927f4c
commit
b2ebf7c7fa
@ -141,7 +141,7 @@ router.get("/oauth/authorize", async (ctx) => {
|
||||
ctx.redirect(Buffer.from(client_id?.toString() || '', 'base64').toString());
|
||||
});
|
||||
|
||||
router.get("/oauth/token", async (ctx) => {
|
||||
router.post("/oauth/token", async (ctx) => {
|
||||
const body: any = ctx.request.body;
|
||||
const BASE_URL = `${ctx.request.protocol}://${ctx.request.hostname}`;
|
||||
const generator = (megalodon as any).default;
|
||||
|
Loading…
Reference in New Issue
Block a user