diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-10-26 23:13:53 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-10-26 23:13:53 +0200 |
commit | f65890370609daeb4428b2a631f23d09d0b28445 (patch) | |
tree | 073cc235866865e36fd79367ac79535c28bd5a09 | |
parent | a28bf7aeaf257ff8bcf6dbd38e53fd3a08771251 (diff) |
Dodat folder za controllere.
-rw-r--r-- | Backend/Api/Api/Api.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/Api/Api/Api.csproj b/Backend/Api/Api/Api.csproj index 6a05d5c..8732b1d 100644 --- a/Backend/Api/Api/Api.csproj +++ b/Backend/Api/Api/Api.csproj @@ -11,6 +11,7 @@ </ItemGroup> <ItemGroup> + <Folder Include="Controllers\" /> <Folder Include="Models\" /> <Folder Include="Interfaces\" /> <Folder Include="Database\" /> |