Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
- retrieveRenderedInstanceFrames
  • Loading branch information
Chinlinlee committed Nov 19, 2022
1 parent d210647 commit 15ca32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dicom-web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ app.get(
frameNumber : Joi.number().integer().min(1)
} , "params" , {allowUnknown : true}),
validateParams(renderedQueryValidation, "query", { allowUnknown: false }),
require("./controller/WADO-RS/retrieveRenderedInstance")
require("./controller/WADO-RS/retrieveRenderedInstanceFrames")
);

//#endregion
Expand Down

0 comments on commit 15ca32f

Please sign in to comment.