Skip to content

Commit 51421c1

Browse files
Merge pull request #26 from keshrisohit/enable_cors
adding localhost to orgin
2 parents 86f8293 + f1a309f commit 51421c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metering/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ custom:
2828
origin:
2929
local: localhost
3030
ropsten: "*"
31-
mainnet: "snet.com"
31+
mainnet: "*"
3232

3333
package:
3434
exclude:

0 commit comments

Comments
 (0)