mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 10:57:59 -05:00
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"functions": {
|
|
"pages/api/election/[election_id]/admin/unlock.ts": {
|
|
"maxDuration": 300
|
|
},
|
|
"pages/api/election/[election_id]/trustees/update.ts": {
|
|
"maxDuration": 300
|
|
},
|
|
"pages/api/election/[election_id]/trustees/update-admin.ts": {
|
|
"maxDuration": 300
|
|
},
|
|
"pages/api/election/[election_id]/notify-unlocked.ts": {
|
|
"maxDuration": 300
|
|
}
|
|
}
|
|
}
|