goji-search 2.0.2 → 2.0.4
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10522,7 +10522,7 @@ class dh {
|
|
|
10522
10522
|
* Save session/conversation to database
|
|
10523
10523
|
*/
|
|
10524
10524
|
async saveSession(n) {
|
|
10525
|
-
const t = await fetch("
|
|
10525
|
+
const t = await fetch("https://goji-auditor-production.up.railway.app/conversations/", {
|
|
10526
10526
|
method: "POST",
|
|
10527
10527
|
headers: {
|
|
10528
10528
|
"Content-Type": "application/json"
|