Skip to content

Commit

Permalink
🐛 fix: update domains to app
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Jan 18, 2024
1 parent 992d6fd commit 0f9e18c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# api.fairhub.io
# fairhub-api

## Getting started

Expand Down
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 0f9e18c

Please sign in to comment.