mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-18 22:18:50 +00:00
web & api: rename stream to tunnel
- updated the endpoint to /tunnel - updated status to tunnel - fixed one incorrectly named error in web
This commit is contained in:
@@ -41,7 +41,7 @@ export function createResponse(responseType, responseData) {
|
||||
}
|
||||
break;
|
||||
|
||||
case "stream":
|
||||
case "tunnel":
|
||||
response = {
|
||||
url: createStream(responseData),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user