mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 11:17:15 -06:00
feat(http): started http server and started testing
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user