Skip to content

Commit 49cbfa6

Browse files
committed
update
1 parent 23b1853 commit 49cbfa6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ docker compose up
1818
* [Docker](https://en.wikipedia.org/wiki/Docker_(software))
1919
* [REST](https://en.wikipedia.org/wiki/Representational_state_transfer)
2020

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)
2323

2424
## Status
2525
Production - [Version 2.0](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin/blob/master/VERSION)

src/controller/ServiceCommand.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ import {URL} from "url";
1414

1515
export class ServiceCommand extends SimpleCommand {
1616

17+
/**
18+
* @param {Notification} notification
19+
* @param {IncomingMessage} notification.body.request
20+
* @param {ServerResponse} notification.body.response
21+
* @returns {Promise<void>}
22+
*/
1723
async execute(notification) {
1824
const {request, response, requestData} = notification.body;
1925
const { method, url } = request;

0 commit comments

Comments
 (0)