Skip to content

Commit

Permalink
Use d1tapi.tibroish.bg locally
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Mar 29, 2023
1 parent fcf5dd0 commit f697fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
API_HOST=https://d1tapi.dabulgaria.bg
API_HOST=https://d1tapi.tibroish.bg
FIREBASE_API_KEY=AIzaSyCp6PDY8ToHfFIpziNavL7xuks_qS84ma0
FIREBASE_AUTH_DOMAIN=ti-broish-staging.firebaseapp.com
FIREBASE_DATABASE_URL=https://ti-broish-staging.firebaseio.com
FIREBASE_PROJECT_ID=ti-broish-staging
NODE_ENV=developement
NODE_ENV=developement
2 changes: 1 addition & 1 deletion src/components/modules/Sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default (props) => {
const { token } = useContext(AuthContext)

useEffect(() => {
//axios.get(`https://d1tapi.dabulgaria.bg/sections?town=68134`, {
//axios.get(`https://d1tapi.tibroish.bg/sections?town=68134`, {
// headers: { 'Authorization': `Bearer ${token}` }
//}).then(res => {
// console.log(res.data);
Expand Down

0 comments on commit f697fa1

Please sign in to comment.