Skip to content

Commit

Permalink
fix dashboardcards
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Nov 1, 2024
1 parent ab98e44 commit c678811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/apiService/resources/dashboardCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class DashboardCards {
}

public getAll = async (): Promise<any> => {
const { data } = await this._send(this._instance, "GET", `/admin/dashboardCards", undefined, {
const { data } = await this._send(this._instance, "GET", "/admin/dashboardCards", undefined, {
error: "Could not fetch Dashboardcards.",
});

Expand Down

0 comments on commit c678811

Please sign in to comment.