Skip to content
Snippets Groups Projects
Commit a55ff321 authored by Hervé  MENAGER's avatar Hervé MENAGER Committed by Hervé Ménager
Browse files

Correct phenotype 'type' property undefined in the API

another nice catch from @cnerin :)
parent 9af9f721
Branches
Tags
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!42[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
......@@ -19,7 +19,7 @@ class PhenotypeSchema(ma.Schema):
consortium = ma.fields.String()
outcome = ma.fields.String()
full_name = ma.fields.String()
typ = ma.fields.String()
type = ma.fields.String()
ref = ma.fields.String()
ref_link = ma.fields.String()
data_link = ma.fields.String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment