api/core: mark request as session when bearer token is used
and pass it to match() for future consumption
This commit is contained in:
@@ -32,7 +32,7 @@ import xiaohongshu from "./services/xiaohongshu.js";
|
||||
|
||||
let freebind;
|
||||
|
||||
export default async function({ host, patternMatch, params }) {
|
||||
export default async function({ host, patternMatch, params, isSession }) {
|
||||
const { url } = params;
|
||||
assert(url instanceof URL);
|
||||
let dispatcher, requestIP;
|
||||
|
||||
Reference in New Issue
Block a user