Use new track endpoint in app

This commit is contained in:
rijkvanzanten
2020-08-04 16:22:50 -04:00
parent b6546e6aed
commit b466d4a8ff

View File

@@ -47,7 +47,7 @@ export const useUserStore = createStore({
const start = performance.now();
await api.patch(`/users/me`, {
await api.patch(`/users/me/track/page`, {
last_page: page,
});