Skip to content

Commit 19749f2

Browse files
committed
2 parents df60ecd + 703528e commit 19749f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ BookLibraryAPI/
120120
│ │ │ └── Mappers/
121121
│ │ ├── Services/
122122
│ │ │ ├── Authentication/
123-
│ │ │ └── Caching/
123+
│ │
124124
│ │ ├── Features/
125125
│ │ │ ├── Books/
126126
│ │ │ └── Users/
@@ -140,13 +140,14 @@ BookLibraryAPI/
140140
│ │ └── BookLibraryAPI.Infrastructure/
141141
│ │ ├── Adapters/
142142
│ │ │ └── Email/
143+
└── Caching/
143144
│ │ ├── Persistence/
144145
│ │ │ ├── Configurations/
145146
│ │ │ └── Migrations/
146147
│ │ ├── Repositories/
147148
│ │ ├── Services/
148149
│ │ │ ├── Authentication/
149-
│ │ │ └── Caching/
150+
│ │
150151
│ │ └── Settings/
151152
│ │ └── DependencyInjection.cs
152153
│ └── Presentation/

0 commit comments

Comments
 (0)