Enable backend export route

This commit is contained in:
garrettmills 2020-02-09 17:09:10 -06:00
parent 3f9730955a
commit aeede3b5d6

View File

@ -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: {