Skip to content

Commit b28323e

Browse files
committed
Fix
1 parent 110dd3b commit b28323e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import os
2+
13
from flask import Flask, render_template
24

35
from pynamodb.models import Model
@@ -26,4 +28,4 @@ def dog(id):
2628

2729
@app.route("/health")
2830
def health():
29-
return { "status": "Success" }
31+
return { "status": "Success" }

0 commit comments

Comments
 (0)