You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/auto-html-api.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,16 +65,27 @@ A nice benefit of ServiceStack's API Design is that consuming APIs are fundament
65
65
dependency containing a generic ServiceClient which can be used to call any ServiceStack API using the typed DTOs copied directly from the API docs page
66
66
to enable an end-to-end typed API without any external tooling or build steps.
67
67
68
+
## Overriding Auto HTML API
69
+
70
+
Like most of ServiceStack's built-in UIs, the Auto HTML API can be customized the same way by providing a local
0 commit comments