From 0f9e18c9db896c99a557647e11647d7b37570443 Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Thu, 18 Jan 2024 11:21:27 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20domains=20to=20a?= =?UTF-8?q?pp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- app.py | 2 ++ pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2c62df3..cf8ed8ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# api.fairhub.io +# fairhub-api ## Getting started diff --git a/app.py b/app.py index e3402b59..b26071d7 100644 --- a/app.py +++ b/app.py @@ -66,6 +66,8 @@ def create_app(config_module=None): cors_origins = [ "https://brave-ground-.*-.*.centralus.2.azurestaticapps.net", # noqa E501 # pylint: disable=line-too-long # pylint: disable=anomalous-backslash-in-string + "https://staging.app.fairhub.io", + "https://app.fairhub.io", "https://staging.fairhub.io", "https://fairhub.io", ] diff --git a/pyproject.toml b/pyproject.toml index 7f9a483a..4ad5329f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] -name = "api-fairhub-io" +name = "fairhub-api" version = "0.1.0" -description = "API for fairhub.io" +description = "API for fairhub" license = "MIT" authors = ["FAIR Data Innovations Hub "]