stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

jsonws: allow cross-origin requests #482

Closed t-bast closed 5 years ago

t-bast commented 5 years ago

Websockets also need to enable CORS.


This change is Reviewable

codecov[bot] commented 5 years ago

Codecov Report

Merging #482 into master will decrease coverage by 0.05%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #482      +/-   ##
=========================================
- Coverage   69.95%   69.9%   -0.06%     
=========================================
  Files          90      90              
  Lines        5362    5366       +4     
=========================================
  Hits         3751    3751              
- Misses       1232    1236       +4     
  Partials      379     379
Impacted Files Coverage Δ
fossilizer/fossilizerhttp/cmd.go 0% <0%> (ø) :arrow_up:
store/storehttp/cmd.go 0% <0%> (ø) :arrow_up:
jsonws/basic.go 61.53% <0%> (-1.62%) :arrow_down:

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 13e6079...c07eef6. Read the comment docs.