♻️ backend,oo: split endEditing into add version and actual end, via "updateEditing" (#525)
This commit is contained in:
@@ -99,7 +99,7 @@ const routes: FastifyPluginCallback = (fastify: FastifyInstance, _options, next)
|
||||
method: "POST",
|
||||
url: editingSessionBase,
|
||||
preValidation: [fastify.authenticateOptional],
|
||||
handler: documentsController.endEditing.bind(documentsController),
|
||||
handler: documentsController.updateEditing.bind(documentsController),
|
||||
});
|
||||
|
||||
fastify.route({
|
||||
|
||||
Reference in New Issue
Block a user