fix url to avoid 301
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
methods: {
|
||||
async fetchFiles(){
|
||||
this.loading = true;
|
||||
let response = await fetch(`/api/torrent/files?${new URLSearchParams(this.filters)}`);
|
||||
let response = await fetch(`/api/torrent/files/?${new URLSearchParams(this.filters)}`);
|
||||
this.files = await response.json();
|
||||
this.loading = false;
|
||||
return this.files;
|
||||
|
||||
Reference in New Issue
Block a user