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():
|
def home():
|
||||||
return """<h1>Dead-Switch web service</h1>
|
return """<h1>Dead-Switch web service</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>2020-10-29 - j.tretter@gmail.com</h2>
|
<h2>2020-10-29 - joe@kawomi.com</h2>
|
||||||
<hr>
|
<hr>
|
||||||
Examples:
|
Examples:
|
||||||
<ul>
|
<ul>
|
||||||
<li>curl "https://deadswitch.kawomi.com/api/v1?topic=sys.demo"</li>
|
<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>"""
|
</ul>"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user