Compare commits
2 commits
fe1245faf9
...
bf18f882da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf18f882da | ||
|
|
e1b3c7600e |
2 changed files with 2 additions and 2 deletions
|
|
@ -366,7 +366,7 @@
|
|||
<div class="about-swiss-flag">🇨🇭</div>
|
||||
<div>
|
||||
<p class="about-swiss-heading">This already works. Switzerland proved it.</p>
|
||||
<p>Switzerland has had this system since <strong>1891</strong>. 100,000 signatures forces a binding national vote. Swiss citizens have used it to set their own immigration rules, reject government spending, ban face coverings, and keep nuclear power — directly overruling their parliament every time.</p>
|
||||
<p>Switzerland has had this system since <strong>1891</strong>. 100,000 signatures forces a binding national vote. Swiss citizens have used it to set their own immigration rules, reject government spending, and keep nuclear power — directly overruling their parliament every time.</p>
|
||||
<p>It's not radical. It's just democracy that actually works.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1718,7 +1718,7 @@ async function getComments(request, env) {
|
|||
});
|
||||
}
|
||||
|
||||
return createResponse(comments.results);
|
||||
return createResponse(comments.results, 200, 0);
|
||||
} catch (dbError) {
|
||||
return createResponse({
|
||||
error: 'Failed to retrieve comments',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue