Update 20240719
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Web;
|
||||
using System.Web.Optimization;
|
||||
|
||||
namespace EDOKAAPI_NetFramework
|
||||
namespace API_NetFramework
|
||||
{
|
||||
public class BundleConfig
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace EDOKAAPI_NetFramework
|
||||
namespace API_NetFramework
|
||||
{
|
||||
public class FilterConfig
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.Mvc;
|
||||
using System.Web.Routing;
|
||||
|
||||
namespace EDOKAAPI_NetFramework
|
||||
namespace API_NetFramework
|
||||
{
|
||||
public class RouteConfig
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using System.Web.Http;
|
||||
using WebActivatorEx;
|
||||
using EDOKAAPI_NetFramework;
|
||||
using API_NetFramework;
|
||||
using Swashbuckle.Application;
|
||||
|
||||
[assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")]
|
||||
|
||||
namespace EDOKAAPI_NetFramework
|
||||
namespace API_NetFramework
|
||||
{
|
||||
public class SwaggerConfig
|
||||
{
|
||||
@@ -32,7 +32,7 @@ namespace EDOKAAPI_NetFramework
|
||||
// hold additional metadata for an API. Version and title are required but you can also provide
|
||||
// additional fields by chaining methods off SingleApiVersion.
|
||||
//
|
||||
c.SingleApiVersion("v1", "EDOKAAPI_NetFramework");
|
||||
c.SingleApiVersion("v1", "API_NetFramework");
|
||||
|
||||
// If you want the output Swagger docs to be indented properly, enable the "PrettyPrint" option.
|
||||
//
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.Http;
|
||||
|
||||
namespace EDOKAAPI_NetFramework
|
||||
namespace API_NetFramework
|
||||
{
|
||||
public static class WebApiConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user