Skip to content

Commit 03cf387

Browse files
committed
fix dates
1 parent d232ddb commit 03cf387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuenca/resources/endpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class Config:
3939
'example': {
4040
'_id': 'ENxxne2Z5VSTKZm_w8Hzffcw',
4141
'platform_id': 'PTZoPrrPT6Ts-9myamq5h1bA',
42-
'created_at': '2022-06-29 22:00:00',
43-
'updated_at': '2022-06-29 22:00:00',
42+
'created_at': '2022-06-29T22:00:00Z',
43+
'updated_at': '2022-06-29T22:00:00Z',
4444
'secret': '1234',
4545
'url': 'https://webhook.site/714ed1d8',
4646
'events': [

0 commit comments

Comments
 (0)