mirror of
https://github.com/s00500/nodeMessageBoard.git
synced 2025-07-12 19:11:00 +00:00
Delete Emojize Requirement and handlers
This commit is contained in:
@ -12,20 +12,6 @@ function sendInterface(response) {
|
||||
response.end(html);
|
||||
}
|
||||
|
||||
// function sendEmojiCss(response) {
|
||||
// console.log("Request handler 'Emojicss' was called.");
|
||||
// response.writeHead(200, {"Content-Type": "text/css"});
|
||||
// var html = fs.readFileSync(__dirname + "/served/emoji.css")
|
||||
// response.end(html);
|
||||
// }
|
||||
//
|
||||
// function sendEmojiPng(response) {
|
||||
// console.log("Request handler 'Emojipng' was called.");
|
||||
// response.writeHead(200, {"Content-Type": "image/png"});
|
||||
// var html = fs.readFileSync(__dirname + "/served/emoji.png")
|
||||
// response.end(html);
|
||||
// }
|
||||
|
||||
function sendBootstrap(response) {
|
||||
console.log("Request handler 'css' was called.");
|
||||
response.writeHead(200, {"Content-Type": "text/css"});
|
||||
|
Reference in New Issue
Block a user