Add /api/v1/offline/prefetch endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-28 23:08:23 -05:00
parent 55a22a4f4c
commit f273fc5d9b
2 changed files with 38 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ const index = {
'/data/export/html': ['controller::Export.html_export'],
'/search': ['controller::api:v1:Misc.get_search'],
'/offline/prefetch': ['controller::api:v1:Offline.do_prefetch'],
},
post: {