Skip to content

Commit 6616f06

Browse files
Add mapping support for HTTP message broker.
1 parent 8fea6c0 commit 6616f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def status_endpoint():
3030
return "{}"
3131

3232
def addMapping(self, key_type, mapping_function):
33-
json_encoder.JsonSerializer.addMapping(key_type, mapping_function)
33+
json_encoder.addMapping(key_type, mapping_function)
3434

3535
def _start(self):
3636
try:

0 commit comments

Comments
 (0)