open-webui/backend/apps/web/routers
2024-05-08 16:42:41 -07:00
..
auths.py fix: webui_auth permission issue 2024-05-08 16:42:41 -07:00
chats.py fix 2024-05-03 15:34:08 -07:00
configs.py
documents.py
modelfiles.py
prompts.py Endpoint role-checking was redundantly applied but FastAPI provides a nice abstraction mechanic...so I applied it. There should be no logical changes in this code; only simpler, cleaner ways for doing the same thing. 2024-02-08 18:05:01 -06:00
users.py feat: super-admin (first one to signup) 2024-05-01 19:59:05 -07:00
utils.py