Skip to content

Commit 0a08ed2

Browse files
committed
Fix user model url
1 parent b3367e6 commit 0a08ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/User.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getConfig } from "../config";
33
import type { APIObject } from "./Ressource";
44
import { Ressource } from "./Ressource";
55

6-
const _url = "/api/users";
6+
const _url = "/users";
77
const paramDefaults = {};
88

99
export type UserGetParams = {

0 commit comments

Comments
 (0)