Genericize the branding

This commit is contained in:
Anthony Wang 2022-05-23 22:27:18 -05:00
parent 45b96441be
commit c7c0ac3d70
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
api.py
View file

@ -22,7 +22,7 @@ class api(BaseHTTPRequestHandler):
def do_GET(self):
"""Handle GET requests"""
self.send(200, 'Hey there, you\'ve reached the top secret exozyme API')
self.send(200, 'Hey there, you\'ve reached the top secret API')
def do_POST(self):
"""Handle API POST requests"""