Explorar el Código

commit for testing

solr_update
Simon Bowie hace 2 años
padre
commit
52f70476d0
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Ver fichero

@@ -23,3 +23,8 @@ def contents():
text = f.read()
text = markdown.markdown(text)
return render_template('text.html', text=text)

@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)

Cargando…
Cancelar
Guardar