Skip to content

Commit

Permalink
add back code
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jan 25, 2025
1 parent 59d73e9 commit 808ca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CONFIG_PATH = Path(__file__).parents[1] / "config.yml"


class PartialConfig(BaseModel):
class PartialConfig(BaseModel, frozen=True):
redis_uri: str
ratelimits: list[str]
dev_mode: bool = False
Expand Down

0 comments on commit 808ca30

Please sign in to comment.