Atualli commited on
Commit
515a25e
1 Parent(s): cb539fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def getresource():
45
 
46
  @ app.route('/novo-front/<file>')
47
  def novofront(file):
48
- newfile = '/novo-front/'+file+'.html'
49
  print(newfile)
50
  return app.send_static_file(newfile)
51
 
 
45
 
46
  @ app.route('/novo-front/<file>')
47
  def novofront(file):
48
+ newfile = 'novo-front/'+file+'.html'
49
  print(newfile)
50
  return app.send_static_file(newfile)
51