Update plugins/carbon.js
Browse files- plugins/carbon.js +1 -0
plugins/carbon.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import { ParametersUrl } from '../lib/scrapper.js'
|
2 |
import fetch from "node-fetch";
|
|
|
3 |
const CarbonRoutes = express.Router();
|
4 |
|
5 |
async function MakerCarbon(args) {
|
|
|
1 |
import { ParametersUrl } from '../lib/scrapper.js'
|
2 |
import fetch from "node-fetch";
|
3 |
+
import express from 'express';
|
4 |
const CarbonRoutes = express.Router();
|
5 |
|
6 |
async function MakerCarbon(args) {
|