Move endpoints module from lib/ to cast/

This commit is contained in:
hensm
2022-04-16 04:15:41 +01:00
parent c217f6cde1
commit 71904f32ed
4 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import { getChromeUserAgent } from "../lib/userAgents";
import {
CAST_FRAMEWORK_LOADER_SCRIPT_URL,
CAST_LOADER_SCRIPT_URL
} from "../lib/endpoints";
} from "../cast/endpoints";
// Missing on @types/firefox-webext-browser
type OnBeforeSendHeadersDetails = Parameters<