2 parents df60ecd + 703528e commit 19749f2Copy full SHA for 19749f2
1 file changed
README.md
@@ -120,7 +120,7 @@ BookLibraryAPI/
120
│ │ │ └── Mappers/
121
│ │ ├── Services/
122
│ │ │ ├── Authentication/
123
-│ │ │ └── Caching/
+│ │
124
│ │ ├── Features/
125
│ │ │ ├── Books/
126
│ │ │ └── Users/
@@ -140,13 +140,14 @@ BookLibraryAPI/
140
│ │ └── BookLibraryAPI.Infrastructure/
141
│ │ ├── Adapters/
142
│ │ │ └── Email/
143
+ └── Caching/
144
│ │ ├── Persistence/
145
│ │ │ ├── Configurations/
146
│ │ │ └── Migrations/
147
│ │ ├── Repositories/
148
149
150
151
│ │ └── Settings/
152
│ │ └── DependencyInjection.cs
153
│ └── Presentation/
0 commit comments