mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:34:44 +00:00
chore(format)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { escapeRegExp } from "../../utils.js";
|
||||
import type { BrowserRouteContext } from "../server-context.js";
|
||||
import { registerBrowserRoutes } from "./index.js";
|
||||
import type { BrowserRequest, BrowserResponse, BrowserRouteRegistrar } from "./types.js";
|
||||
import { escapeRegExp } from "../../utils.js";
|
||||
import { registerBrowserRoutes } from "./index.js";
|
||||
|
||||
type BrowserDispatchRequest = {
|
||||
method: "GET" | "POST" | "DELETE";
|
||||
|
||||
Reference in New Issue
Block a user