Add site map
This commit is contained in:
@@ -4,3 +4,6 @@ import sys
|
||||
sys.path.append('/var/www/jc')
|
||||
|
||||
from index import app as application
|
||||
|
||||
if __name__ == '__main__':
|
||||
application.run(debug=True)
|
||||
Reference in New Issue
Block a user