Commit 29b239ac authored by John Red Medrano's avatar John Red Medrano

added commit

parent dac22c72
......@@ -10,6 +10,7 @@ class ModuleSerializer(serializers.ModelSerializer):
).values().first()
ret = super().to_representation(instance)
ret['application'] = application_name
# ret['application'] = application_name
return ret
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment