Files
minisrv/zefie_wtvp_minisrv/includes/ServiceVault/wtv-author/delete-doc.js
2023-07-23 19:36:28 -04:00

14 lines
454 B
JavaScript

var minisrv_service_file = true;
var docName = request_headers.query.docName;
var position = request_headers.query.blockNum
session_data.pagestore.deletePage(docName);
headers = `300 OK
wtv-expire-all: wtv-author:/documents
wtv-expire-all: wtv-author:/doc-info
wtv-expire-all: wtv-author:/show-blocks
wtv-expire-all: wtv-author:/preview
wtv-expire-all: wtv-author:/edit-title
wtv-expire-all: wtv-author:/block-preview
Location: wtv-author:/documents`