INSPJT / instagram_clone_backend

APIs For Front, AOS, iOS
13 stars 2 forks source link

feat : Add Web Cors h2-console #43

Closed DolphaGo closed 3 years ago

DolphaGo commented 3 years ago

Description

h2-console을 확인할 수 있도록 cors 설정을 열어두었습니다.

Changes

spring.h2.console.settings.web-allow-others를 true로 설정
codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (0787556) into develop (f7c0196) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #43   +/-   ##
==========================================
  Coverage      79.89%   79.89%           
  Complexity       192      192           
==========================================
  Files             41       41           
  Lines            587      587           
  Branches          10       10           
==========================================
  Hits             469      469           
  Misses           111      111           
  Partials           7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f7c0196...9ed87ff. Read the comment docs.