Skip to content

Commit

Permalink
Add activity log retriveal network operation
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Jul 16, 2024
1 parent 0ae7510 commit aaf27e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/lib/api/activityLogs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { networkClient } from '@lib/network';

export const getActivityLog = () => networkClient.get(`/activity_log`);

0 comments on commit aaf27e6

Please sign in to comment.