Skip to content

Commit

Permalink
Graph component #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scobiform committed Apr 26, 2024
1 parent ac55090 commit 95b1f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def health():
"message": app_status,
"color": color
}
)
)

@app.route('/webhook', methods=['POST'])
async def webhook():
Expand Down
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

:root {
--primary-color: #031404;
--secondary-color: #f4f4f4;
Expand All @@ -12,7 +13,6 @@
* {
box-sizing: border-box;
}

html, body {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 95b1f97

Please sign in to comment.