mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-18 22:18:50 +00:00
api/stream: rename bridge mode to proxy
This commit is contained in:
@@ -34,6 +34,7 @@ export function createResponse(responseType, responseData) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case "redirect":
|
||||
response = {
|
||||
url: responseData?.u,
|
||||
@@ -59,6 +60,7 @@ export function createResponse(responseType, responseData) {
|
||||
default:
|
||||
throw "unreachable"
|
||||
}
|
||||
|
||||
return {
|
||||
status,
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user