mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
API mostly working, starting to work on webapp
This commit is contained in:
12
Controllers/WebappController.cs
Normal file
12
Controllers/WebappController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace ComiServ.Controllers
|
||||
{
|
||||
[Route("app")]
|
||||
[Controller]
|
||||
public class WebappController
|
||||
: ControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user