Skip to content

Commit

Permalink
Fixed Node require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Dec 4, 2023
1 parent 47b1dff commit 22ce9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completesolution/node/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const assert = require('assert');
const http = require('http');

const server = require('./NodeServer');
const server = require('./nodeserver');



Expand Down

0 comments on commit 22ce9de

Please sign in to comment.