Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
torgiren
jesien 2022 frontend
Commits
ad366b04
Commit
ad366b04
authored
2 years ago
by
torgiren
Browse files
Options
Download
Plain Diff
Merge branch 'better_home_page' into 'master'
better home page See merge request
!2
parents
0c4e5ec7
bf1ddd47
Pipeline
#2599
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/main.py
+1
-1
app/main.py
with
1 addition
and
1 deletion
+1
-1
app/main.py
+
1
-
1
View file @
ad366b04
...
...
@@ -3,7 +3,7 @@ app = Flask(__name__)
@
app
.
route
(
"/"
)
def
process
():
return
"
H
ome page"
return
"
Better h
ome page"
if
__name__
==
"__main__"
:
app
.
run
()
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help