diff options
| -rw-r--r-- | app/template-json.lsp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/app/template-json.lsp b/app/template-json.lsp index 03dd5bf..df7343e 100644 --- a/app/template-json.lsp +++ b/app/template-json.lsp @@ -1,5 +1,8 @@  <% local view, viewlibrary, page_info, session = ... %>  Status: 200 OK +CacheControl: no-store +Pragma: no-cache +Expires: -1  Content-Type: "application/json"  <% io.write("\n") %>  <% page_info.viewfunc(view, viewlibrary, page_info, session) %>  | 
