chore: Reorder and clean up imports, update openapi schema, and improve

cache invalidation logic
This commit is contained in:
Mohammed Imran
2026-02-16 14:01:00 +05:30
parent ebbbd39065
commit 938b0b4ed3
19 changed files with 2323 additions and 214 deletions

View File

@@ -235,7 +235,7 @@ const generateWildcardDomain = async (
baseDomain: string,
appName: string,
serverIp: string,
userId: string,
_userId: string,
): Promise<string> => {
if (!baseDomain.startsWith("*.")) {
throw new Error('The base domain must start with "*."');