Enable backend export route
This commit is contained in:
parent
3f9730955a
commit
aeede3b5d6
@ -49,6 +49,8 @@ const index = {
|
|||||||
'/db/:PageId/:NodeId/get/:DatabaseId/data': [ 'controller::api:v1:FormDatabase.get_data' ],
|
'/db/:PageId/:NodeId/get/:DatabaseId/data': [ 'controller::api:v1:FormDatabase.get_data' ],
|
||||||
|
|
||||||
'/code/:PageId/:NodeId/get/:CodiumId': ['controller::api:v1:FormCode.get_config'],
|
'/code/:PageId/:NodeId/get/:CodiumId': ['controller::api:v1:FormCode.get_config'],
|
||||||
|
|
||||||
|
'/data/export/html': ['controller::Export.html_export'],
|
||||||
},
|
},
|
||||||
|
|
||||||
post: {
|
post: {
|
||||||
|
Loading…
Reference in New Issue
Block a user