api addition

This commit is contained in:
Xevion
2019-06-29 23:05:14 -05:00
parent 28aeb9b9e2
commit 3ac741041a
2 changed files with 4 additions and 0 deletions

View File

@@ -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 ''