Establish basic file browser and index fallback (#2662)

Co-authored-by: L. Kärkkäinen <98187+Tronic@users.noreply.github.com>
Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com>
This commit is contained in:
Adam Hopkins
2023-02-05 15:09:04 +02:00
committed by GitHub
parent 30c53b6857
commit 9cb9e88678
45 changed files with 1031 additions and 477 deletions

View File

@@ -11,7 +11,6 @@ class TouchUpMeta(SanicMeta):
methods = attrs.get("__touchup__")
attrs["__touched__"] = False
if methods:
for method in methods:
if method not in attrs:
raise SanicException(