mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:23:35 +00:00
remove comments
This commit is contained in:
parent
b30dd22f0e
commit
2f52e6c4b4
1 changed files with 0 additions and 9 deletions
|
@ -447,12 +447,3 @@ describe "ProjectDuplicateNames", ->
|
|||
|
||||
it "should respond with 400 error status", ->
|
||||
expect(@res.statusCode).to.equal 400
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# webRouter.post '/project/:Project_id/:entity_type/:entity_id/rename', AuthorizationMiddlewear.ensureUserCanWriteProjectContent, EditorHttpController.renameEntity
|
||||
# webRouter.post '/project/:Project_id/:entity_type/:entity_id/move', AuthorizationMiddlewear.ensureUserCanWriteProjectContent, EditorHttpController.moveEntity
|
||||
|
|
Loading…
Reference in a new issue