This commit is contained in:
@@ -32,7 +32,7 @@ function handleConn(conn) {
|
|||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
function handleRequest(req) {
|
function handleRequest(req) {
|
||||||
var path = req.path;
|
var path = req.path.split("?")[0];
|
||||||
var method = req.method;
|
var method = req.method;
|
||||||
|
|
||||||
// 静态页面
|
// 静态页面
|
||||||
|
|||||||
Reference in New Issue
Block a user