File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ any available async ORM. This also means that you are going to get a very basic
1111with some helpers to make your experience more pleasant, but nothing fancy.
1212
1313##### Installing
14- ` pip install starlette-jsonapi==0.0.1 `
14+ ` pip install starlette-jsonapi==0.1.0 `
1515
1616Since this project is under development, please pin your dependencies to avoid problems.
1717
@@ -220,7 +220,7 @@ class EmployeeManagerResource(BaseRelationshipResource):
220220
221221app = Starlette()
222222EmployeeResource.register_routes(app = app, base_path = ' /' )
223- EmployeeManagerResource.register_routes(app = app, base_path = ' / ' )
223+ EmployeeManagerResource.register_routes(app = app)
224224```
225225
226226#### Registering resource paths
Original file line number Diff line number Diff line change 1- __version__ = '0.0.1 '
1+ __version__ = '0.1.0 '
You can’t perform that action at this time.
0 commit comments