Release v1.0.0 #16
.gitea/workflows
Application
Backend.slnDomain/Schedule
Campus.csDiscipline.csFaculty.csGroup.csLectureHall.csLesson.csLessonAssociation.csProfessor.csTypeOfOccupation.cs
Endpoint
Common
ConfigureSwaggerOptions.csControllers
Endpoint.csprojEnvironmentManager.csProgram.csProperties
SwaggerDefaultValues.csWeatherForecast.csPersistence
Contexts
Schedule
EntityTypeConfigurations
Schedule
Properties
UberDbContext.cs
8
Endpoint/Controllers/V1/BaseControllerV1.cs
Normal file
8
Endpoint/Controllers/V1/BaseControllerV1.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Mirea.Api.Endpoint.Controllers.V1;
|
||||
|
||||
[ApiVersion("1.0")]
|
||||
[Produces("application/json")]
|
||||
[Route("api/v{version:apiVersion}/[controller]/[action]")]
|
||||
public class BaseControllerV1 : BaseController;
|
Reference in New Issue
Block a user