From 6043f56a1b8deb573cedad3cded77233e919b145 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 3 Mar 2022 12:18:41 -0500 Subject: [PATCH] tweak: Change Manifold markets url --- src/platforms/manifoldmarkets-fetch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platforms/manifoldmarkets-fetch.js b/src/platforms/manifoldmarkets-fetch.js index f95c3bb..cb7be00 100644 --- a/src/platforms/manifoldmarkets-fetch.js +++ b/src/platforms/manifoldmarkets-fetch.js @@ -5,7 +5,8 @@ import { calculateStars } from "../utils/stars.js"; import { databaseUpsert } from "../database/database-wrapper.js"; /* Definitions */ -let endpoint = "https://us-central1-mantic-markets.cloudfunctions.net/markets"; +let endpoint = "https://manifold.markets/api/v0/markets"; +// See https://manifoldmarkets.notion.site/Manifold-Markets-API-5e7d0aef4dcf452bb04b319e178fabc5 /* Support functions */