Skip to content
Snippets Groups Projects
Milho001's avatar
Milho001 authored
fix: add cors headers properly to request

See merge request !5
23857f2b
History

Development

For quick development, add to the go.mod file these two replace lines, which will fetch the respective dependency code from the local repo instead of from git:

replace git.science.uu.nl/graphpolaris/broker => ../../dependencies/broker

replace git.science.uu.nl/graphpolaris/keyvaluestore => ../../dependencies/keyvaluestore