forked from cory/tildefriends
Fix app delete.
This commit is contained in:
parent
4733ce9287
commit
be85a620ef
@ -1248,7 +1248,7 @@ async function blobHandler(request, response, blobId, uri) {
|
||||
if ((match = /^\/\~(\w+)\/(\w+)$/.exec(blobId))) {
|
||||
let user = match[1];
|
||||
let appName = match[2];
|
||||
let credentials = https.auth_query(request.headers);
|
||||
let credentials = httpd.auth_query(request.headers);
|
||||
if (
|
||||
credentials &&
|
||||
credentials.session &&
|
||||
|
Loading…
Reference in New Issue
Block a user