add new route in handler
This commit is contained in:
parent
b0d7683e9c
commit
53beac9893
@ -21,3 +21,7 @@ def index():
|
||||
}
|
||||
}
|
||||
return public_home.main().html(params)
|
||||
|
||||
@app.route('/api/<crud>')
|
||||
def index(crud):
|
||||
return f'api {crud}'
|
Loading…
Reference in New Issue
Block a user