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