From 41932a3dce23a75418ca2517e7f87c803f7bc58c Mon Sep 17 00:00:00 2001 From: raphael Date: Wed, 26 May 2021 14:22:46 +0200 Subject: [PATCH] fix typo --- scripts/server-backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server-backend.js b/scripts/server-backend.js index 3b63d58..8f756e7 100644 --- a/scripts/server-backend.js +++ b/scripts/server-backend.js @@ -179,7 +179,7 @@ function startBackendServer(port) { * @apiParam {Number[]} d has different function on every tool you use: * 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 */ app.get("/api/drawToWhiteboard", function (req, res) {