Skip to content
Snippets Groups Projects
Verified Commit e0e31586 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed API endpoints

parent cf7b20c3
Branches
Tags
No related merge requests found
Pipeline #778 passed
...@@ -107,7 +107,7 @@ class App { ...@@ -107,7 +107,7 @@ class App {
if (context.loading) if (context.loading)
return; return;
context.setLoading(true); context.setLoading(true);
load('web/backlog/', statehandler.parse({ load('api/backlog/', statehandler.parse({
buffer: buffer.id, buffer: buffer.id,
anchor: context.anchorBefore, anchor: context.anchorBefore,
after: 0, after: 0,
...@@ -135,7 +135,7 @@ class App { ...@@ -135,7 +135,7 @@ class App {
if (context.loading) if (context.loading)
return; return;
context.setLoading(true); context.setLoading(true);
load('web/backlog/', statehandler.parse({ load('api/backlog/', statehandler.parse({
buffer: buffer.id, buffer: buffer.id,
anchor: context.anchorAfter, anchor: context.anchorAfter,
after: 4, after: 4,
......
...@@ -118,7 +118,7 @@ class App { ...@@ -118,7 +118,7 @@ class App {
return; return;
context.setLoading(true); context.setLoading(true);
load("web/backlog/", statehandler.parse({ load("api/backlog/", statehandler.parse({
buffer: buffer.id, buffer: buffer.id,
anchor: context.anchorBefore, anchor: context.anchorBefore,
after: 0, after: 0,
...@@ -150,7 +150,7 @@ class App { ...@@ -150,7 +150,7 @@ class App {
return; return;
context.setLoading(true); context.setLoading(true);
load("web/backlog/", statehandler.parse({ load("api/backlog/", statehandler.parse({
buffer: buffer.id, buffer: buffer.id,
anchor: context.anchorAfter, anchor: context.anchorAfter,
after: 4, after: 4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment