Skip to content

Commit

Permalink
Fixed link to user.sbvr in docs/ProjectConfig.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnsel authored Sep 17, 2018
1 parent 3e4d732 commit f439fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ProjectConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Permissions currently work by having a name which defines what the permission co
All users (including ones who are not logged in) automatically gain any permissions assigned to the account named "guest". You can create this user in the `config.json` as shown in the example above.

### Model
The SBVR model for users can be found at [/src/server/src/sbvr-api/user.sbvr](https://github.com/resin-io/pinejs/blob/master/src/server/src/sbvr-api/user.sbvr)
The SBVR model for users can be found at [/src/sbvr-api/user.sbvr](https://github.com/resin-io/pinejs/blob/master/src/sbvr-api/user.sbvr)

### Exposing the OData API
To expose the user model over the OData API, use the following in your custom server code:
Expand Down Expand Up @@ -90,4 +90,4 @@ PostgresSQL:

```coffee
postgres://postgres:.@localhost:5432/postgres
```
```

0 comments on commit f439fdd

Please sign in to comment.