@carlonicora/nestjs-neo4jsonapi 1.36.0 → 1.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -360,7 +360,7 @@ let OAuthService = class OAuthService {
|
|
|
360
360
|
const result = await this.tokenService.introspectToken(params.token, params.tokenTypeHint);
|
|
361
361
|
// Add issuer if active
|
|
362
362
|
if (result.active) {
|
|
363
|
-
const apiUrl = this.configService.get("api.url", { infer: true }) ?? "https://api.only35.
|
|
363
|
+
const apiUrl = this.configService.get("api.url", { infer: true }) ?? "https://api.only35.app";
|
|
364
364
|
return {
|
|
365
365
|
...result,
|
|
366
366
|
iss: apiUrl,
|
package/package.json
CHANGED