Switched away from using JSONify

This commit is contained in:
Joel Collins 2020-04-24 16:05:01 +01:00
parent 4fffa1fcba
commit cda5cdbb44
9 changed files with 26 additions and 29 deletions

View file

@ -17,4 +17,4 @@ from labthings.core.tasks import (
# Flask things
from flask import abort, escape, jsonify, Response, request
from flask import abort, escape, Response, request