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 f4b9eb7 commit 8ad11a3Copy full SHA for 8ad11a3
README.md
@@ -11,6 +11,7 @@ Please see [our documentation page](https://jsonapi-suite.github.io/jsonapi_suit
11
```ts
12
import { JSORMBase, Model, Attr, HasMany } from "jsorm"
13
14
+@Model()
15
class ApplicationRecord extends JSORMBase {
16
static baseUrl = "http://localhost:3000"
17
static apiNamespace = "/api/v1"
0 commit comments