diff --git a/res/js/component/app.js b/res/js/component/app.js index 74c3e956dbae34d7587eb5b27f38de4fada1196d..b6d64beaeaff0b72f39371fbc2fb3f989d10a369 100644 --- a/res/js/component/app.js +++ b/res/js/component/app.js @@ -107,7 +107,7 @@ class App { if (context.loading) return; context.setLoading(true); - load('web/backlog/', statehandler.parse({ + load('api/backlog/', statehandler.parse({ buffer: buffer.id, anchor: context.anchorBefore, after: 0, @@ -135,7 +135,7 @@ class App { if (context.loading) return; context.setLoading(true); - load('web/backlog/', statehandler.parse({ + load('api/backlog/', statehandler.parse({ buffer: buffer.id, anchor: context.anchorAfter, after: 4, diff --git a/res/js/component/app.jsx b/res/js/component/app.jsx index 36863eaee956936b3c5656789d4f52a6b0c775e5..aa266711b373ba849be1d5aeb8e13bfa9d866c31 100644 --- a/res/js/component/app.jsx +++ b/res/js/component/app.jsx @@ -118,7 +118,7 @@ class App { return; context.setLoading(true); - load("web/backlog/", statehandler.parse({ + load("api/backlog/", statehandler.parse({ buffer: buffer.id, anchor: context.anchorBefore, after: 0, @@ -150,7 +150,7 @@ class App { return; context.setLoading(true); - load("web/backlog/", statehandler.parse({ + load("api/backlog/", statehandler.parse({ buffer: buffer.id, anchor: context.anchorAfter, after: 4,