load route files correctly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-03-12 12:01:07 +01:00
parent 0914a91fa0
commit 97e9d3e4e5

View File

@ -3,8 +3,9 @@ from loguru import logger
from app import app
import routes
import debug_routes
import pv_routes
import ntp_routes
if __name__ == '__main__':