main.cpython-311.pyc•1.25 kB
�
�*�g0 � �N � d dl mZ d dlmZ d dlmZ d dlmZmZ eej ej
�� � Ze� eej
ddgdg�� � e� ej � � e� ej � � e� d � � d
� � � ZdS )� )�FastAPI)�CORSMiddleware)�settings)� bluetooth�session)�title�debugT�*)�
allow_origins�allow_credentials�
allow_methods�
allow_headersz/healthc � � K � ddiS )u?
Route simple pour vérifier que le serveur fonctionne
�status�ok� r � �'F:\DEV\bluetooth-mcp-server\app\main.py�health_checkr s � � � �
�d��r N)�fastapir �fastapi.middleware.corsr �app.core.configr �app.apir r �APP_NAME�DEBUG�app�add_middleware�CORS_ORIGINS�include_router�router�getr r r r �<module>r"