Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GRANEF
Analysis
API
Commits
d46fbe37
Commit
d46fbe37
authored
8 months ago
by
Milan Čermák
Browse files
Options
Downloads
Patches
Plain Diff
New version format
parent
082079ed
Branches
master
Tags
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GranefAPI/main.py
+1
-1
1 addition, 1 deletion
GranefAPI/main.py
with
1 addition
and
1 deletion
GranefAPI/main.py
+
1
−
1
View file @
d46fbe37
...
@@ -52,7 +52,7 @@ from routers import general_queries, overview_queries, graph_queries, analysis_q
...
@@ -52,7 +52,7 @@ from routers import general_queries, overview_queries, graph_queries, analysis_q
# Application definition ("description" key may be added too).
# Application definition ("description" key may be added too).
app
=
FastAPI
(
app
=
FastAPI
(
title
=
"
Granef API
"
,
title
=
"
Granef API
"
,
version
=
"
0.
8
"
,
version
=
"
1.
0.
0
"
,
)
)
# Load API routers
# Load API routers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment