mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Emergency DMAPI fix for downstreams still on TGS5 [MDB IGNORE] (#25897)
* Emergency DMAPI fix for downstreams still on TGS5 (#80653) There was a double version bump on two branches that got merged, this feature flag should be in 8 * Emergency DMAPI fix for downstreams still on TGS5 --------- Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Dominion
parent
0ac46f4382
commit
4e16771c86
@@ -48,7 +48,7 @@
|
||||
var/json = CreateBridgeData(command, data, TRUE)
|
||||
var/encoded_json = url_encode(json)
|
||||
|
||||
var/api_prefix = interop_version.minor >= 7 ? "api/" : ""
|
||||
var/api_prefix = interop_version.minor >= 8 ? "api/" : ""
|
||||
|
||||
var/url = "http://127.0.0.1:[server_port]/[api_prefix]Bridge?[DMAPI5_BRIDGE_DATA]=[encoded_json]"
|
||||
return url
|
||||
|
||||
Reference in New Issue
Block a user