mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
update: 0.1.1-1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "handlers.js",
|
||||
"description": "Handlers.js is a unified and lightweight web application framework for multiple platforms.",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.1-1",
|
||||
"main": "./dist/index.js",
|
||||
"webpack": "./dist/index.js",
|
||||
"browser": "./dist/main.serviceworker.js",
|
||||
|
@ -35,6 +35,7 @@ export class handler<RequestCustomType, ResponseCustomType> {
|
||||
responseMessage = thisResponse;
|
||||
}
|
||||
}
|
||||
return responseMessage;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user