Revert "add CategoryController with endpoints"

This reverts commit 36bca4d658.
This commit is contained in:
franc
2025-04-08 15:23:57 +02:00
parent 36bca4d658
commit 928743303c
24 changed files with 142 additions and 1535 deletions
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@@ -45,13 +45,5 @@
<ItemGroup>
<AdditionalFiles Include=".\stylecop.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\Category\" />
<Folder Include="Services\MediaFile\" />
<Folder Include="Services\Ingredient\" />
<Folder Include="Services\Instruction\" />
<Folder Include="Services\ShoppingList\" />
<Folder Include="Services\Recipe\" />
</ItemGroup>
</Project>