Modified the EmailMessages interface
parent
45e9bd9e7e
commit
3cc2c929ec
|
@ -18,7 +18,7 @@ class EmailMessageCollection:
|
|||
|
||||
@staticmethod
|
||||
def on_get(req, resp):
|
||||
# access_control(req)
|
||||
access_control(req)
|
||||
print(req.params)
|
||||
startdate = req.params.get('startdatetime')
|
||||
enddate = req.params.get('enddatetime')
|
||||
|
|
Loading…
Reference in New Issue