mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-25 22:34:24 +00:00
chore: migrate shortcut analytics
This commit is contained in:
@@ -18,7 +18,3 @@ export function signup(email: string, nickname: string, password: string) {
|
||||
export function signout() {
|
||||
return axios.post("/api/v1/auth/logout");
|
||||
}
|
||||
|
||||
export function getShortcutAnalytics(shortcutId: number) {
|
||||
return axios.get<AnalysisData>(`/api/v1/shortcut/${shortcutId}/analytics`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user