Skip to content

Commit

Permalink
trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef authored May 16, 2024
1 parent f5fb0fb commit 7e89c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"localhost",
"frischmuth-dev.acdh-dev.oeaw.ac.at",
"frischmuth-frontend.acdh-ch-dev.oeaw.ac.at",
"frischmuth-frontend-dev.acdh-ch-dev.oeaw.ac.at"
"frischmuth-frontend-dev.acdh-ch-dev.oeaw.ac.at",
]

ALLOWED_HOSTS = re.sub(
Expand Down

0 comments on commit 7e89c0c

Please sign in to comment.