mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
* Invites on the slack form create multi-channel guests * Use CORS only in production * Open this boi UP * Remove cors-anywhere * Remove JSON parse * Attempt boolean logic for teens * Attempt to fix som form * Attempt to fix form routing error * Don't include post URL in form html * Remove method from HTML * Try persisting event * Remove fetch imports * Edit submitted button copy * Add logging * Fix teen field Co-authored-by: Lachlan Campbell <lachlan@hackclub.com>
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"trailingSlash": true,
|
|
"github": { "silent": true },
|
|
"env": {
|
|
"SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf"
|
|
},
|
|
"headers": [
|
|
{
|
|
"source": "/api/(.+)",
|
|
"headers": [{ "key": "Access-Control-Allow-Origin", "value": "*" }]
|
|
}
|
|
]
|
|
}
|