Compare commits
No commits in common. "e580ce7e30d3459fddf23264753bf348690da012" and "4ebffb0308f28ba667eb77e32c7ea91bc672ea45" have entirely different histories.
e580ce7e30
...
4ebffb0308
4 changed files with 0 additions and 17 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -160,4 +160,3 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
.python-version
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
blinker==1.9.0
|
|
||||||
click==8.1.8
|
|
||||||
Flask==3.1.0
|
|
||||||
itsdangerous==2.2.0
|
|
||||||
Jinja2==3.1.5
|
|
||||||
MarkupSafe==3.0.2
|
|
||||||
Werkzeug==3.1.3
|
|
2
run.sh
2
run.sh
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
flask --app src/main run
|
|
|
@ -1,7 +0,0 @@
|
||||||
from flask import Flask
|
|
||||||
|
|
||||||
app = Flask(__name__)
|
|
||||||
|
|
||||||
@app.route("/")
|
|
||||||
def hello_world():
|
|
||||||
return "<p>Hello, World!</p>"
|
|
Loading…
Add table
Reference in a new issue