Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpdl-bloxberg
certify-api
Commits
84a4244f
Commit
84a4244f
authored
Jul 18, 2022
by
Iosif Peterfi
Browse files
Update tools_application.py
parent
2423544f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controller/tools_application.py
View file @
84a4244f
...
...
@@ -30,7 +30,12 @@ tags_metadata = [
app
=
FastAPI
(
title
=
"Research Object Certification"
,
openapi_tags
=
tags_metadata
,
version
=
"0.4.0"
)
origins
=
[
"http://localhost:3001"
"http://localhost:3001"
,
"https://certify.bloxberg.org"
,
"https://certify-app.bloxberg.org"
,
"https://certify-app.prod.bloxberg.org"
,
"https://certify-app.prod.test.bloxberg.org"
,
"https://certify-app.qa.nut.test.bloxberg.org"
]
app
.
add_middleware
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment