mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-11 13:22:41 +02:00
refac: folder rename web -> webui
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
|
||||
from fastapi import HTTPException, status, Depends
|
||||
|
||||
from apps.web.models.users import Users
|
||||
from apps.webui.models.users import Users
|
||||
|
||||
from pydantic import BaseModel
|
||||
from typing import Union, Optional
|
||||
|
Reference in New Issue
Block a user