Add project files.

This commit is contained in:
Dmitriy yawaflua Andreev
2024-07-28 21:47:13 +03:00
parent f39ae7b057
commit 7266036ccf
11 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using Microsoft.AspNetCore.Mvc;
namespace TG_Bot_Template.Controllers
{
[ApiController]
[Route("[controller]")]
public class ExampleController : ControllerBase
{
}
}