feat(http): started http server and started testing

This commit is contained in:
2024-11-24 15:07:36 -07:00
parent c986b2b272
commit acf1991484
6 changed files with 77 additions and 78 deletions

View File

@ -17,10 +17,10 @@ def getSchedulePackager():
``Contact``: darkicewolf50@gmail.ocm
"""
res = {
"isBase64ENcoded": "false",
return {
"statusCode": 200,
"body": ymlschedule
"isBase64ENcoded": "false",
"body": json.dumps(ymlschedule)
}
return json.dumps(res)