Добавьте файлы проекта.
This commit is contained in:
12
SvetoforVKBot/Controllers/HomeController.cs
Normal file
12
SvetoforVKBot/Controllers/HomeController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace SvetoforVKBot.Controllers
|
||||
{
|
||||
public class HomeController : Controller
|
||||
{
|
||||
public string Index()
|
||||
{
|
||||
return "Ok :)";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user