mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Try launch webhooks
This commit is contained in:
+2
-1
@@ -69,7 +69,8 @@ public class Startup
|
||||
app.UseRouting();
|
||||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
endpoints.MapControllers();
|
||||
endpoints.MapControllerRoute(name: "default",
|
||||
pattern: "{controller=Telegram}/{action=Index}");
|
||||
});
|
||||
|
||||
_core.Modules.Configure(app, env);
|
||||
|
||||
Reference in New Issue
Block a user