@@ -27,7 +27,7 @@ const server = http.createServer(app);
constio=newServer(server,{
cors:{
origin:"http://localhost:3000",
origin:" * ",
methods:["GET","POST"],
},
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.