mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 16:25:36 +02:00
remove trailing slashes in some routes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
let loading = false;
|
||||
onMount(async () => {
|
||||
loading = true;
|
||||
const response = await fetch(apiUrl + '/movies/', {
|
||||
const response = await fetch(apiUrl + '/movies', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
|
||||
Reference in New Issue
Block a user