mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
meow?
This commit is contained in:
parent
1d3e01ee8e
commit
fd60486bca
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ import Koa from "koa";
|
|||
import Router from "@koa/router";
|
||||
import multer from "@koa/multer";
|
||||
import bodyParser from "koa-bodyparser";
|
||||
const formidable = require('koa2-formidable')
|
||||
// @ts-ignore
|
||||
import formidable from 'koa2-formidable'
|
||||
import cors from "@koa/cors";
|
||||
import { apiMastodonCompatible } from './mastodon/ApiMastodonCompatibleService.js';
|
||||
import { Instances, AccessTokens, Users } from "@/models/index.js";
|
||||
|
|
Loading…
Reference in a new issue