[👷🏻] 채팅(Base) 수정 4차 #24
|
@ -108,14 +108,11 @@ else
|
||||||
|
|
||||||
|
|
||||||
app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
app.UseAuthorization();
|
app.UseRouting();
|
||||||
|
|
||||||
app.MapControllers();
|
|
||||||
|
|
||||||
|
|
||||||
app.UseCors("CorsPolicy");
|
app.UseCors("CorsPolicy");
|
||||||
|
app.UseAuthorization();
|
||||||
app.UseRouting();
|
|
||||||
|
|
||||||
app.UseWebSockets();
|
app.UseWebSockets();
|
||||||
app.UseEndpoints(end =>
|
app.UseEndpoints(end =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user