Skip to content

Commit db72835

Browse files
authored
Update server.js
1 parent 935e0f8 commit db72835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npm/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let wikis = [
1414
app.use(bodyParser.json());
1515
app.use(cors()); // Enable CORS for all requests
1616

17-
const authorizedUsers = ['kRxZy_kRxZy', 'MyScratchedAccount', 'mcgdj'];
17+
const authorizedUsers = ['krxzy_krxzy', 'myscratchedaccount', 'mcgdj'];
1818

1919
// Middleware to check if user is authorized to edit or delete
2020
const isAuthorized = (username, wikiOwner) => {

0 commit comments

Comments
 (0)