Skip to content

Commit

Permalink
feat: categories api
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 16, 2024
1 parent af2ac45 commit a7f5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/lib/queries/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const useSubscriptionCategories = (view?: number) =>
const { data: categories } = await apiFetch<{
code: number
data: string[]
}>("/subscriptions/categories", {
}>("/categories", {
query: {
view,
},
Expand Down

0 comments on commit a7f5aea

Please sign in to comment.