Merge pull request '[👷🏻] 채팅(Base) 수정 5차' (#26) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good
All checks were successful
Back/pipeline/head This commit looks good
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/26
This commit is contained in:
commit
200399575f
|
@ -74,7 +74,6 @@ builder.Services.AddEndpointsApiExplorer();
|
|||
builder.Services.AddCustomSwagger();
|
||||
|
||||
// SignalR 설정 추가 부분
|
||||
/*
|
||||
builder.Services.AddSignalR();
|
||||
builder.Services.AddCors(option =>
|
||||
{
|
||||
|
@ -88,7 +87,6 @@ builder.Services.AddCors(option =>
|
|||
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
///// ===== builder 설정 부 ===== /////
|
||||
|
@ -111,9 +109,8 @@ else
|
|||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseRouting();
|
||||
app.MapControllers();
|
||||
// app.MapControllers();
|
||||
|
||||
/*
|
||||
app.UseCors("CorsPolicy");
|
||||
app.UseAuthorization();
|
||||
|
||||
|
@ -123,7 +120,6 @@ app.UseEndpoints(end =>
|
|||
end.MapControllers();
|
||||
end.MapHub<ChatHub>("/chatHub");
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
app.Run();
|
Loading…
Reference in New Issue
Block a user