Fixed static files routes

This commit is contained in:
2025-10-29 20:58:06 +01:00
parent b21161a273
commit 8a49497a61
7 changed files with 105 additions and 40 deletions

View File

@@ -26,10 +26,10 @@ DEFAULT_SKIP_PATTERNS = [
r'/static/.*',
r'.*\.css',
r'.*\.js',
r'/myfasthtml/.*\.css',
r'/myfasthtml/.*\.js',
'/login',
'/login-p',
'/register',
'/register-p',
'/logout',
]