mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-16 22:13:32 -06:00
fix Michel typo, update app's
latest small changes
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
.accordion {
|
||||
.list-group-item {
|
||||
padding: 10px 20px;
|
||||
a { display: block; }
|
||||
|
||||
.badge { float: right; min-width: 36px; }
|
||||
@@ -95,7 +96,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getSeasons() {
|
||||
const path = 'http://localhost:5000/api/episodes/';
|
||||
const path = `http://${process.env.VUE_APP_HOST}:${process.env.VUE_APP_FLASK_PORT}/api/episodes/`;
|
||||
axios.get(path)
|
||||
.then((res) => {
|
||||
this.seasons = res.data;
|
||||
|
||||
Reference in New Issue
Block a user