remove /api support
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ base_url = os.environ.get(
|
||||
).rstrip("/")
|
||||
server_api_url = os.environ.get(
|
||||
"REINLOOP_API_URL",
|
||||
f"{base_url}/api",
|
||||
base_url,
|
||||
)
|
||||
# Compatibility alias used by existing modules. It points to the ReinLoop
|
||||
# Express server API, not a cloud-function endpoint.
|
||||
|
||||
Reference in New Issue
Block a user