Tietokilta / laskugeneraattori

MIT License
1 stars 2 forks source link

feat: add cors headers #24

Closed tonitert closed 3 months ago

tonitert commented 3 months ago

Add cors headers for posting from the tietokilta website. Hardcoded for now, we could also move these to env?

lajp commented 3 months ago

Moving them to the env sounds great, however, I'm planning on moving the entire config to a separate .toml file, since everything is a string in the env. Don't bother with the env for now.