v1.2 - Dashboard with charts, Import/Export CSV, 17 dépenses
This commit is contained in:
5
app.py
5
app.py
@@ -30,6 +30,11 @@ def index():
|
||||
with open('/home/h3r7/depenses_trello/templates/index.html', 'r') as f:
|
||||
return f.read()
|
||||
|
||||
@app.route('/dashboard')
|
||||
def dashboard():
|
||||
with open('/home/h3r7/depenses_trello/templates/dashboard.html', 'r') as f:
|
||||
return f.read()
|
||||
|
||||
# API Config
|
||||
@app.route('/api/config')
|
||||
def get_config():
|
||||
|
||||
Reference in New Issue
Block a user