mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
Update control plane API path for getting compute spec. (#5357)
We changed the path in the control plane. The old path is still accepted for compatibility with existing computes, but we'd like to phase it out.
This commit is contained in:
committed by
GitHub
parent
09b5954526
commit
b85fc39bdb
@@ -72,7 +72,7 @@ class DdlForwardingContext:
|
||||
self.dbs: Dict[str, str] = {}
|
||||
self.roles: Dict[str, str] = {}
|
||||
self.fail = False
|
||||
endpoint = "/management/api/v2/roles_and_databases"
|
||||
endpoint = "/test/roles_and_databases"
|
||||
ddl_url = f"http://{host}:{port}{endpoint}"
|
||||
self.pg.configure(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user