Skip to content

Commit 3dc7a48

Browse files
authored
(#269) Fix for indent of headings (#287)
1 parent 10dec4e commit 3dc7a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/server/part-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Add a `DefaultConnection` to the ConnectionStrings section in `appsettings.Devel
176176
}
177177
```
178178

179-
## Add a table controller
179+
### Add a table controller
180180

181181
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:
182182

0 commit comments

Comments
 (0)