mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-10 01:52:27 +00:00
Add Dockerfile
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
></a>
|
||||
</td>
|
||||
<td scope="col">{{ topic.total_views }}</td>
|
||||
<td scope="col">{{ topic.votes.up - topic.votes.down }}</td>
|
||||
<!-- <td scope="col">{{ topic.votes.up - topic.votes.down }}</td> -->
|
||||
<td scope="col">{{ formatDate(topic.last_post_time) }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
},
|
||||
fetchDeals() {
|
||||
axios
|
||||
.get("http://localhost:8081/api/v1/topics")
|
||||
.get("api/v1/topics")
|
||||
.then((response) => {
|
||||
this.topics = response.data;
|
||||
this.isLoading = false;
|
||||
|
Reference in New Issue
Block a user