mirror of
https://github.com/directus/directus.git
synced 2026-01-25 22:18:25 -05:00
Use new track endpoint in app
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user