Added CORS middleware

This commit is contained in:
Deluan 2020-01-09 13:51:54 -05:00 committed by Deluan Quintão
parent ff5b91da54
commit 85f7fdd285
4 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,7 @@ setup: jamstash
.PHONY: run
run:
@reflex -s -r "(\.go$$|sonic.toml)" -R "Jamstash-master" -- go run .
@reflex -s -d none -r "(\.go$$|sonic.toml)" -R "Jamstash-master" -- go run .
.PHONY: test
test: