Fix conflicts
This commit is contained in:
parent
742f9a1dde
commit
c36d31863e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -107,7 +107,7 @@ fs.readFile('./misc/ascii.txt', function(err, data) {
|
|||
});
|
||||
});
|
||||
|
||||
function server() {
|
||||
function frameworkServer() {
|
||||
// Load in the request handler's extra required items.
|
||||
reqhandler.extras();
|
||||
// Define where GET requests go to in the request handlers.
|
||||
|
|
Loading…
Reference in a new issue