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 935e0f8 commit db72835Copy full SHA for db72835
src/npm/server.js
@@ -14,7 +14,7 @@ let wikis = [
14
app.use(bodyParser.json());
15
app.use(cors()); // Enable CORS for all requests
16
17
-const authorizedUsers = ['kRxZy_kRxZy', 'MyScratchedAccount', 'mcgdj'];
+const authorizedUsers = ['krxzy_krxzy', 'myscratchedaccount', 'mcgdj'];
18
19
// Middleware to check if user is authorized to edit or delete
20
const isAuthorized = (username, wikiOwner) => {
0 commit comments