refac: folder rename web -> webui

This commit is contained in:
Timothy J. Baek
2024-05-26 01:15:48 -07:00
parent 6e89a481be
commit 1fce466253
35 changed files with 35 additions and 35 deletions

View File

@@ -29,8 +29,8 @@ import time
from urllib.parse import urlparse
from typing import Optional, List, Union
from apps.web.models.models import Models
from apps.web.models.users import Users
from apps.webui.models.models import Models
from apps.webui.models.users import Users
from constants import ERROR_MESSAGES
from utils.utils import (
decode_token,