Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEhler2 committed Jan 30, 2024
1 parent b2d4681 commit 8e39d34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import time
from flask import Flask

app = Flask(__name__)

app = Flask(__name__) #, static_folder='../build', static_url_path='/')
@app.route('/api/time')
def get_current_time():
return {'time': time.time()}

0 comments on commit 8e39d34

Please sign in to comment.