mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
plz work
This commit is contained in:
@@ -1,82 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"id": 1,
|
|
||||||
"first_name": "Rene",
|
|
||||||
"last_name": "Clemmett",
|
|
||||||
"email": "rclemmett0@linkedin.com",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "42.86.99.75"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 2,
|
|
||||||
"first_name": "Rustie",
|
|
||||||
"last_name": "Chrishop",
|
|
||||||
"email": "rchrishop1@bloomberg.com",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "197.128.10.252"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 3,
|
|
||||||
"first_name": "Joe",
|
|
||||||
"last_name": "Cocklie",
|
|
||||||
"email": "jcocklie2@ustream.tv",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "124.81.44.28"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 4,
|
|
||||||
"first_name": "Diane",
|
|
||||||
"last_name": "Catt",
|
|
||||||
"email": "dcatt3@sogou.com",
|
|
||||||
"gender": "Female",
|
|
||||||
"ip_address": "169.47.61.184"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 5,
|
|
||||||
"first_name": "Quinton",
|
|
||||||
"last_name": "Shellsheere",
|
|
||||||
"email": "qshellsheere4@icq.com",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "2.57.97.184"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 6,
|
|
||||||
"first_name": "Lena",
|
|
||||||
"last_name": "Paull",
|
|
||||||
"email": "lpaull5@tmall.com",
|
|
||||||
"gender": "Female",
|
|
||||||
"ip_address": "121.4.165.63"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 7,
|
|
||||||
"first_name": "Corena",
|
|
||||||
"last_name": "Lamswood",
|
|
||||||
"email": "clamswood6@hud.gov",
|
|
||||||
"gender": "Female",
|
|
||||||
"ip_address": "78.65.53.3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 8,
|
|
||||||
"first_name": "Justinian",
|
|
||||||
"last_name": "Nequest",
|
|
||||||
"email": "jnequest7@virginia.edu",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "62.24.98.224"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 9,
|
|
||||||
"first_name": "Vladimir",
|
|
||||||
"last_name": "Boeter",
|
|
||||||
"email": "vboeter8@addthis.com",
|
|
||||||
"gender": "Male",
|
|
||||||
"ip_address": "87.119.34.255"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 10,
|
|
||||||
"first_name": "Jillene",
|
|
||||||
"last_name": "Eades",
|
|
||||||
"email": "jeades9@amazon.de",
|
|
||||||
"gender": "Female",
|
|
||||||
"ip_address": "159.173.99.31"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
from flask import Flask
|
from flask import Flask
|
||||||
|
|
||||||
|
|
||||||
app = Flask(__name__, static_folder=".", static_url_path="")
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
|
|||||||
Reference in New Issue
Block a user