mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Updated gerbil key handeling
This commit is contained in:
parent
6cee5703b5
commit
7feb21e727
5 changed files with 25 additions and 17 deletions
|
@ -75,7 +75,7 @@ export async function createResource(req: Request, res: Response, next: NextFunc
|
|||
}
|
||||
|
||||
// Generate a unique resourceId
|
||||
const fullDomain = `${subdomain}.${org[0].orgId}.${org[0].domain}`;
|
||||
const fullDomain = `${subdomain}.${org[0].domain}`;
|
||||
|
||||
// Create new resource in the database
|
||||
const newResource = await db.insert(resources).values({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue