至此迁移完毕,剩下整合细改了,接下来老旧的php_web就可以归档啦

This commit is contained in:
2025-12-22 17:49:08 +08:00
parent 49fe419232
commit a8161d0736
11 changed files with 51 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ def autoindex(path='.'):
def robots():
return send_from_directory(app.static_folder, 'robots.txt')
@app.route('/google02f6a3f6004a32c6.html')
def google02f6a3f6004a32c6():
return send_from_directory(app.static_folder, 'google02f6a3f6004a32c6.html')
@app.route('/sitemap.xml/')
def sitemap():