[👷🏻] 채팅(Base) 수정 4차 #24
|
@ -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