We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433a4f8 commit 3477179Copy full SHA for 3477179
packages/faucet/src/api/webserver.ts
@@ -1,6 +1,6 @@
1
+import cors from "@koa/cors";
2
// eslint-disable-next-line @typescript-eslint/naming-convention
3
import Koa from "koa";
-import cors = require("@koa/cors");
4
import bodyParser from "koa-bodyparser";
5
6
import { isValidAddress } from "../addresses";
0 commit comments