only change the e-mail address.
This commit is contained in:
4
api1.py
4
api1.py
@@ -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>"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user