Skip to content

Commit e3617f2

Browse files
authored
Update server.js
1 parent 667ec2f commit e3617f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/npm/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const port = process.env.PORT || 3000; // Port for Render to listen on
77

88
// In-memory storage for wikis
99
let wikis = [
10-
{ id: 1, title: 'Node.js', content: 'Node.js is a JavaScript runtime built on Chrome\'s V8 JavaScript engine.', owner: 'kRxZy_kRxZy' },
11-
{ id: 2, title: 'JavaScript', content: 'JavaScript is a programming language commonly used for web development.', owner: 'MyScratchedAccount' },
10+
{ id: 1, title: 'Node.js', content: 'Node.js is a JavaScript runtime built on Chrome\'s V8 JavaScript engine.', owner: 'krxzy_krxzy' },
11+
{ id: 2, title: 'JavaScript', content: 'JavaScript is a programming language commonly used for web development.', owner: 'myscratchedaccount' },
1212
];
1313

1414
app.use(bodyParser.json());

0 commit comments

Comments
 (0)