Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Moritz Hamminger
k8s-test
Commits
e215f032
Commit
e215f032
authored
Nov 16, 2020
by
Moritz Hamminger
Browse files
add ric
parent
94e58f6a
Pipeline
#1199
passed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
e215f032
...
...
@@ -48,6 +48,13 @@ def root(db: Session = Depends(get_db)):
def
teapot
(
coffee
:
str
):
raise
UnicornException
(
coffee
)
@
app
.
get
(
"/test"
)
def
test
():
return
{
"message"
:
"hallo"
}
\ No newline at end of file
return
{
"message"
:
"hallo"
}
@
app
.
get
(
"/ric"
)
def
test
():
return
{
"message"
:
"ric ist super"
}
Write
Preview
Supports
Markdown
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