[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:
SkyratBot
2023-12-29 21:04:09 +01:00
committed by GitHub
co-authored by Jordan Dominion
parent 0ac46f4382
commit 4e16771c86
+1 -1
View File
@@ -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