New feature: Web api and a custom webpage to show a random cat.

This commit is contained in:
2024-12-29 15:57:10 +03:30
parent 340192d7f0
commit d02d5744ff
5 changed files with 391 additions and 5 deletions

View File

@@ -15,4 +15,11 @@
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Web\wwwroot\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Web\wwwroot\index.html" />
</ItemGroup>
</Project>