Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
removed firebase; changed .env.prod file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Rupp committed Mar 11, 2021
1 parent 014f8cb commit bdd84e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_API_URL=https://check-it.ronrupp.com
VUE_APP_API_URL=https://noname.jetzt
5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

16 changes: 0 additions & 16 deletions firebase.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ router.beforeEach((to, from, next) => {
} else next();
});

export default router;
export default router;

0 comments on commit bdd84e0

Please sign in to comment.