mirror of
https://github.com/yawaflua/Telegram-Bot-Template.git
synced 2025-12-10 20:39:34 +02:00
Add project files.
This commit is contained in:
11
Controllers/ExampleController.cs
Normal file
11
Controllers/ExampleController.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace TG_Bot_Template.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
[Route("[controller]")]
|
||||
public class ExampleController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user