Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/server/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Add a `DefaultConnection` to the ConnectionStrings section in `appsettings.Devel
}
```

## Add a table controller
### Add a table controller

Datasync services are provided through [REST API controllers][39]. Because OData requires a controller infrastructure, you cannot use minimal APIs, FastEndpoints, or other libraries to implement the endpoints. Each entity that you expose for datasync operations requires a table controller within the project. Here is the most basic table controller:

Expand Down