Merge pull request '[👷🏻] 채팅(Base) 수정 4차' (#24) 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/24
This commit is contained in:
commit
97ee981ea2
|
@ -108,14 +108,11 @@ else
|
|||
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
app.UseRouting();
|
||||
|
||||
|
||||
app.UseCors("CorsPolicy");
|
||||
|
||||
app.UseRouting();
|
||||
app.UseAuthorization();
|
||||
|
||||
app.UseWebSockets();
|
||||
app.UseEndpoints(end =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user