fix typo
This commit is contained in:
parent
f500bcf2a4
commit
41932a3dce
@ -179,7 +179,7 @@ function startBackendServer(port) {
|
|||||||
* @apiParam {Number[]} d has different function on every tool you use:
|
* @apiParam {Number[]} d has different function on every tool you use:
|
||||||
* pen: [width, height, left, top, rotation]
|
* pen: [width, height, left, top, rotation]
|
||||||
*
|
*
|
||||||
* @apiSuccess {String} body returns the "done" as text
|
* @apiSuccess {String} body returns "done" as text
|
||||||
* @apiError {Number} 401 Unauthorized
|
* @apiError {Number} 401 Unauthorized
|
||||||
*/
|
*/
|
||||||
app.get("/api/drawToWhiteboard", function (req, res) {
|
app.get("/api/drawToWhiteboard", function (req, res) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user