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 bded182 commit 9a3acabCopy full SHA for 9a3acab
index.js
@@ -62,7 +62,7 @@ app.get('/:col', async (req, res) => {
62
res.json(items).end()
63
})
64
//
65
-app.get('/status/',cors,async (req,res)=>{
+app.get('/status/',cors(),async (req,res)=>{
66
res.json(APIMANGROVE())
67
68
0 commit comments