randydev commited on
Commit
655e0fb
·
verified ·
1 Parent(s): cfc7a40

Update plugins/carbon.js

Browse files
Files changed (1) hide show
  1. 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.post("/api/v1/maker/carbon", async (req, res) => {
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) {