@ -1,5 +1,4 @@
def april(req):
return {'april': 2021}
if 'X-April' in req.headers:
try:
year = int(req.headers['X-April'])