|
|
@@ -69,7 +69,7 @@ async function Main() {
|
|
|
function checkHandleRequest() {
|
|
|
const url = $request.url;
|
|
|
const path = $request.path;
|
|
|
- magicJS.log(`请求url=${url}#${request.method}`);
|
|
|
+ magicJS.log(`请求url=${url}#${$request.method}`);
|
|
|
if ($request && $request.method != 'OPTIONS') {
|
|
|
switch (path) {
|
|
|
case '':
|