Skip to content

Commit

Permalink
Revert "Removed trailing slash from 'https://basket-dev.allizom.org/' (
Browse files Browse the repository at this point in the history
…#11246)" (#11286)

This reverts commit 95fd3dc.
  • Loading branch information
mtdenton authored Oct 20, 2023
1 parent e6633d6 commit b2be822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
env:
ALLOWED_HOSTS: localhost,mozfest.localhost,default-site.com,secondary-site.com
BASKET_URL: https://basket-dev.allizom.org
BASKET_URL: https://basket-dev.allizom.org/
CONTENT_TYPE_NO_SNIFF: True
CORS_ALLOWED_ORIGINS: "*"
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ XROBOTSTAG_ENABLED=False
# Basket config:

# See the Basket client docs https://basket-client.readthedocs.io/en/latest/install.html
BASKET_URL=https://basket-dev.allizom.org
BASKET_URL=https://basket-dev.allizom.org/


# CSP config
Expand Down

0 comments on commit b2be822

Please sign in to comment.