forked from AcaMate/AcaMate_API
[👷🏻] 채팅(Base) 수정 4차
Signed-off-by: seonkyu.kim <sean.kk@daum.net>
This commit is contained in:
parent
c58373488d
commit
6f376a5d29
|
@ -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