This commit is contained in:
Benjamin Toby
2025-04-17 11:42:53 +01:00
parent ba1a4aeeb8
commit ee23d71b66
11 changed files with 74 additions and 23 deletions
+2 -1
View File
@@ -25,8 +25,9 @@ export default async function getSchema({
field,
table,
user_id,
env,
}: GetSchemaAPIParam): Promise<GetSchemaReturn> {
const grabedHostNames = grabHostNames();
const grabedHostNames = grabHostNames({ env });
const { host, port, scheme } = grabedHostNames;
/**