Update code in endpoints/login.post.py

This commit is contained in:
Backend IM Bot 2025-03-24 12:29:08 +00:00
parent cc63ff2ec3
commit 166d7ff1cf

View File

@ -1,4 +1,4 @@
from fastapi import APIRouter, HTTPException
from fastapi import APIRouter, Depends, HTTPException
users = [] # In-memory storage