删除apicontroller

This commit is contained in:
王炜翔 2025-02-09 19:17:34 +08:00
parent 7935019f48
commit 3a94e926c7
21 changed files with 18 additions and 22 deletions

View File

@ -17,7 +17,6 @@ namespace asg_form.Controllers
{
[ApiController]
public class TaskDB
{
public long id { get; set; }

View File

@ -41,7 +41,6 @@ namespace asg_form.Controllers
public string featureId { get; set; }
}
[ApiController]
public class BlackController : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -30,7 +30,7 @@ namespace asg_form.Controllers.Budget
}
[ApiController]
public class BgCountController : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -9,7 +9,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class Champion : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -17,7 +17,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class Com : ControllerBase
{

View File

@ -9,7 +9,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class Events : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -19,7 +19,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class InviteReferee : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -13,7 +13,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class OAuthController : Controller
{

View File

@ -9,7 +9,7 @@ namespace asg_form.Controllers.Store
{
[ApiController]
public class Storehttp : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -9,7 +9,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class chatgpt : ControllerBase
{
List<chatgptbot> allchatgpt=new List<chatgptbot>();

View File

@ -11,7 +11,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class comform : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -18,7 +18,7 @@ public class T_config
[ApiController]
[Route("api/[controller]")]
public class config : ControllerBase
{

View File

@ -30,7 +30,6 @@ namespace asg_form.Controllers
{
[ApiController]
public class form_cs : ControllerBase
{
[Route("api/v3/form/all")]
@ -178,7 +177,6 @@ namespace asg_form.Controllers
[ApiController]
// [Route("api/updateform/")]
public class : ControllerBase
{

View File

@ -24,7 +24,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class login : ControllerBase
{

View File

@ -10,7 +10,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class menuAssignController : ControllerBase
{
public class menuDB

View File

@ -10,7 +10,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class : ControllerBase
{
private readonly Logger _logger = LogManager.GetCurrentClassLogger();

View File

@ -12,7 +12,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class news : ControllerBase
{

View File

@ -11,7 +11,7 @@ namespace asg_form.Controllers
[Route("api/[controller]/[action]")]
[ApiController]
public class qqbotr : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -16,7 +16,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class schedule:ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -10,7 +10,7 @@ namespace asg_form.Controllers
{
[ApiController]
public class user_form : ControllerBase
{
private readonly RoleManager<Role> roleManager;

View File

@ -17,7 +17,7 @@ namespace asg_form.Controllers
[ApiController]
public class WebsiteScreenshot
{
public static async Task<byte[]> CaptureWebsiteAsync(string url)