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