RagSearch / app.py
LordFarquaad42's picture
home file now controls home page for / and /home
9bb378b
raw
history blame
129 Bytes
from pages.home import home
# idea: instead of "redirecting" - you can have redirects render different pages on main page
home()