Skip to content

Commit

Permalink
chore: set default localhost port to 808 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Nov 14, 2023
1 parent 8e3fa3a commit c07d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bd_api/apps/core/views/dataset_redirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from bd_api.apps.api.v1.models import CloudTable, Dataset

URL_MAPPING = {
"localhost:8001": "localhost:3000",
"localhost:8080": "localhost:3000",
"api.basedosdados.org": "basedosdados.org",
"staging.api.basedosdados.org": "staging.basedosdados.org",
"development.api.basedosdados.org": "development.basedosdados.org",
Expand Down

0 comments on commit c07d7b5

Please sign in to comment.