Skip to content

Commit

Permalink
chore: adjust webdav route
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Nov 1, 2021
1 parent 0880683 commit b5ea6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sharelist-webdav/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ export default (req: http.IncomingMessage, base: string, allows: Array<string>):
const pairs = Buffer.from(authorization, "base64").toString("utf8").split(':')
ctx.auth = { user: pairs[0], pass: pairs[1] }
}
console.log(ctx.path, ctx.base)
return ctx
}

0 comments on commit b5ea6d5

Please sign in to comment.