Skip to content

Commit f4a20d4

Browse files
authored
Merge pull request #816 from itsmdasifraza/SPRW-1975-self-hosting-desktop-fetch-backend-url
feat: [Self Hosting Desktop] Fetch backend URL
2 parents 2505785 + 6d78492 commit f4a20d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/identity/services/team.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,11 @@ export class TeamService {
298298
}
299299
const url: string = this.configService.get("app.url");
300300
const adminUrl: string = this.configService.get("admin.baseURL");
301+
const identityUrl: string = this.configService.get("auth.baseURL");
301302
const data = {
302303
appUrl: url,
303304
adminUrl: adminUrl,
305+
identityUrl: identityUrl,
304306
};
305307
return data;
306308
}

0 commit comments

Comments
 (0)