Skip to content

Commit 6098a78

Browse files
authored
Reverted Directory URL to production
As we're fully migrating the sites, the Directory URL needs to point back to `directory.platform.coop`
1 parent 4742065 commit 6098a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_helpers/app-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DIRECTORY_URL = "https://directory.pcc.draftlab.dev";
1+
const DIRECTORY_URL = "https://directory.platform.coop";
22
const DIRECTORY_API_URL = DIRECTORY_URL + "/api";
33
const DIRECTORY_API_TOOLS_URL = DIRECTORY_API_URL + "/tools";
44

0 commit comments

Comments
 (0)