File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ docker compose up
18
18
* [ Docker] ( https://en.wikipedia.org/wiki/Docker_(software) )
19
19
* [ REST] ( https://en.wikipedia.org/wiki/Representational_state_transfer )
20
20
21
- #### Legacy Classic JS based Demo
22
- * [ Demo: Employee Admin Microservice] ( https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/tree/1 .0.0 )
21
+ #### Legacy Classic JS- based Demo
22
+ * [ Demo: Employee Admin Microservice] ( https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/tree/2 .0.0 )
23
23
24
24
## Status
25
25
Production - [ Version 2.0] ( https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/blob/master/VERSION )
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ import {URL} from "url";
14
14
15
15
export class ServiceCommand extends SimpleCommand {
16
16
17
+ /**
18
+ * @param {Notification } notification
19
+ * @param {IncomingMessage } notification.body.request
20
+ * @param {ServerResponse } notification.body.response
21
+ * @returns {Promise<void> }
22
+ */
17
23
async execute ( notification ) {
18
24
const { request, response, requestData} = notification . body ;
19
25
const { method, url } = request ;
You can’t perform that action at this time.
0 commit comments