1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Rename tests

This commit is contained in:
Adria Navarro 2023-07-12 13:09:44 +02:00
parent 6ff5c23cd6
commit 81e847daeb
4 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ router
authorized(permissions.BUILDER),
viewController.v2.fetch
)
router
.get(
"/api/views/export",
authorized(permissions.BUILDER),

View file

@ -631,7 +631,7 @@ class TestConfiguration {
tableId: this.table._id,
name: "ViewTest",
}
return this._req(view, null, controllers.view.save)
return this._req(view, null, controllers.view.v1.save)
}
// AUTOMATION