We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fc121 commit ff00dd9Copy full SHA for ff00dd9
lib/src/providers/countries_client_provider.dart
@@ -20,8 +20,8 @@
20
// to support the generic `/api/v1/data` endpoint.
21
//
22
// Instead of individual provider middleware files here:
23
-// 1. Instances of the core data repositories (`HtDataRepository<Headline>`,
24
-// `HtDataRepository<Category>`, etc.) are created and provided directly
+// 1. Instances of the core data repositories (`DataRepository<Headline>`,
+// `DataRepository<Category>`, etc.) are created and provided directly
25
// within the top-level `routes/_middleware.dart` file.
26
// 2. A `modelRegistry` (`lib/src/registry/model_registry.dart`) is used in
27
// conjunction with middleware at `routes/api/v1/data/_middleware.dart` to
0 commit comments