Update plugins/carbon.js
Browse files- plugins/carbon.js +1 -1
plugins/carbon.js
CHANGED
@@ -55,7 +55,7 @@ async function MakerCarbon(args) {
|
|
55 |
* 500:
|
56 |
* description: Internal server error.
|
57 |
*/
|
58 |
-
CarbonRoutes.
|
59 |
try {
|
60 |
const code = req.query.code;
|
61 |
if (!code) {
|
|
|
55 |
* 500:
|
56 |
* description: Internal server error.
|
57 |
*/
|
58 |
+
CarbonRoutes.get("/api/v1/maker/carbon", async (req, res) => {
|
59 |
try {
|
60 |
const code = req.query.code;
|
61 |
if (!code) {
|