pinokiod 5.3.13 → 5.3.14
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.
- package/package.json +1 -1
- package/server/index.js +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -9223,7 +9223,7 @@ class Server {
|
|
|
9223
9223
|
title: name,
|
|
9224
9224
|
url: gitRemote,
|
|
9225
9225
|
//redirect_uri: "http://localhost:3001/apps/redirect?git=" + gitRemote,
|
|
9226
|
-
redirect_uri:
|
|
9226
|
+
redirect_uri: `${this.portal}/resolve?url=${encodeURIComponent(gitRemote)}`,
|
|
9227
9227
|
platform: this.kernel.platform,
|
|
9228
9228
|
theme: this.theme,
|
|
9229
9229
|
agent: req.agent,
|