mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2026-01-31 10:26:36 -06:00
profile adjustments, mispell and general tiny fixes and adjustments
This commit is contained in:
@@ -24,6 +24,10 @@ print = pprint.PrettyPrinter().pprint
|
||||
fake = faker.Faker()
|
||||
strgen = lambda length, charset=string.ascii_letters, weights=None : ''.join(random.choices(list(charset), k=length, weights=weights))
|
||||
|
||||
@app.route('/', subdomain='api')
|
||||
def api_index():
|
||||
return "api"
|
||||
|
||||
@app.route('/time/')
|
||||
def time():
|
||||
value = request.args.get('value')
|
||||
|
||||
Reference in New Issue
Block a user