mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-08 02:09:06 -06:00
api addition
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user