add media exists api

This commit is contained in:
jxxghp
2023-07-06 15:36:32 +08:00
parent 84acb70ec2
commit a9dc77ce0c
8 changed files with 55 additions and 12 deletions

View File

@ -21,8 +21,8 @@ class Settings(BaseSettings):
HOST: str = "0.0.0.0"
# API监听端口
PORT: int = 3001
# 是否自动重载
RELOAD: bool = False
# 是否调试模式
DEBUG: bool = False
# 配置文件目录
CONFIG_DIR: str = None
# 超级管理员