소스 검색

修改名称

luojunhui 11 시간 전
부모
커밋
e1625a9f02
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      routes/__init__.py
  2. 0 0
      routes/blueprint.py

+ 2 - 2
routes/__init__.py

@@ -1,3 +1,3 @@
-from .buleprint import server_bp
+from .blueprint import server_bp
 
-__all__ = ["server_bp"]
+__all__ = ["server_bp"]

+ 0 - 0
routes/buleprint.py → routes/blueprint.py