Skip to content
Snippets Groups Projects

Refactor update creation api

Merged Samuel GAIST requested to merge refactor_update_creation_api into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -49,7 +49,7 @@ from .models import Algorithm
class AlgorithmCreationSerializer(CodeCreationSerializer):
class Meta(CodeCreationSerializer.Meta):
model = Algorithm
beat_core_class = beat.core.algorithm
beat_core_class = beat.core.algorithm.Algorithm
# ----------------------------------------------------------
Loading