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
Pump, Cedric
lab-rest
Commits
0472fbc0
Commit
0472fbc0
authored
Mar 28, 2021
by
CedricPump
Browse files
- pipeline trigger
parent
68361003
Pipeline
#38126
passed with stages
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
0472fbc0
.idea/
token.txt
api/api.py
View file @
0472fbc0
...
...
@@ -7,4 +7,6 @@ app = flask.Flask(__name__)
def
home
():
return
"<h1>Distant Reading Archive</h1><p>This site is a prototype API for distant reading of science fiction novels.</p>"
app
.
run
(
host
=
"0.0.0.0"
)
\ No newline at end of file
app
.
run
(
host
=
"0.0.0.0"
)
# init
\ No newline at end of file
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