We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3367e6 commit 0a08ed2Copy full SHA for 0a08ed2
src/model/User.ts
@@ -3,7 +3,7 @@ import { getConfig } from "../config";
3
import type { APIObject } from "./Ressource";
4
import { Ressource } from "./Ressource";
5
6
-const _url = "/api/users";
+const _url = "/users";
7
const paramDefaults = {};
8
9
export type UserGetParams = {
0 commit comments