Add comments to the framework & included modules #16

Merged
tgpholly merged 9 commits from add-comments into master 2020-01-04 15:18:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c36d31863e - Show all commits

View File

@ -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.