Fix pronlems edit by admins
[vchess.git] / client / src / parameters.js.dist
index 2e47407..b7f0899 100644 (file)
@@ -7,7 +7,10 @@ const Parameters =
   serverUrl: "http://localhost:3000",
 
   // "include" if the server is at a different address
-  credentials: "same-origin"
+  credentials: "same-origin",
+
+  // IDs of users allowed to post news and edit any problem
+  devs: []
 };
 
 export default Parameters;