Spaces:
Running
Running
Update auth_controller.py
Browse files- auth_controller.py +1 -0
auth_controller.py
CHANGED
@@ -2,6 +2,7 @@ from fastapi import APIRouter, HTTPException, Request
|
|
2 |
import bcrypt
|
3 |
from service_config import ServiceConfig
|
4 |
import json
|
|
|
5 |
|
6 |
router = APIRouter()
|
7 |
service_config = ServiceConfig()
|
|
|
2 |
import bcrypt
|
3 |
from service_config import ServiceConfig
|
4 |
import json
|
5 |
+
from log import log # ✅ eksik olan satır
|
6 |
|
7 |
router = APIRouter()
|
8 |
service_config = ServiceConfig()
|