You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're experiencing, where changes to routes in server_app.py do not update the docx files, might be due to the lack of a direct mechanism or function in the codebase that synchronizes route changes with docx updates. The repository uses the python-docx library for handling docx files [1], but there is no specific function or module identified that automatically updates the docx files when routes are modified. You may need to implement a custom solution to handle this synchronization.
问题描述 / Problem Description
在server_app.py 中删除或者新增路由, 为什么docx中不会更新呢?
The text was updated successfully, but these errors were encountered: