diff --git a/app/__pycache__/routes.cpython-36.pyc b/app/__pycache__/routes.cpython-36.pyc index bdfdfd6..7208c1a 100644 Binary files a/app/__pycache__/routes.cpython-36.pyc and b/app/__pycache__/routes.cpython-36.pyc differ diff --git a/app/routes.py b/app/routes.py index c9e0870..e6d7578 100644 --- a/app/routes.py +++ b/app/routes.py @@ -15,6 +15,10 @@ fake = faker.Faker() def strgen(length): return ''.join( random.choices(list(string.ascii_letters), k=length)) +@app.route('/api') +def apoi(): + return 'fuckoff' + @app.route('/dashboard') def dashboard(): return ''