only change the e-mail address.

This commit is contained in:
Joe Tretter
2022-01-17 17:40:35 -06:00
parent a583d89172
commit fe8f240cfc

View File

@@ -119,12 +119,12 @@ if __name__ == '__main__':
def home():
return """<h1>Dead-Switch web service</h1>
<hr>
<h2>2020-10-29 - j.tretter@gmail.com</h2>
<h2>2020-10-29 - joe@kawomi.com</h2>
<hr>
Examples:
<ul>
<li>curl "https://deadswitch.kawomi.com/api/v1?topic=sys.demo"</li>
<li>curl -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=sys.demo&secs=60&email=demo@demo.com"</li>
<li>curl -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=sys.demo&secs=60&email=joe@kawomi.com"</li>
</ul>"""