David Kincaid 1 年間 前
コミット
033d572b55
1 ファイル変更1 行追加0 行削除
  1. 1 0
      nicegui/run.py

+ 1 - 0
nicegui/run.py

@@ -97,6 +97,7 @@ def run(*,
     if 'all' in endpoint_documentation:
         endpoint_documentation = 'internal page'  # any additional documentation groups need to be added here
 
+    # routes are already created by this point, so we have to iterate through and fix them
     for route in globals.app.routes:
         if route.path.startswith('/_nicegui'):
             if hasattr(route, 'methods'):