This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Pama Static Files</title> | |
| </head> | |
| <body> | |
| <h1> | |
| Pamakids静态文件服务 | |
| </h1> | |
| </body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Hapi = require('hapi'); | |
| // Declare internals | |
| var internals = {}; | |
| internals.main = function () { | |
| var http = new Hapi.Server(812); |
NewerOlder