U
    ud                     @   sT   d dl Z d dlZd dlmZmZ d dlmZ eddgdZejddd	d
d Z	dS )    N)	APIRouterDepends)Responsez/healthHealth)prefixtagsz/check   )status_codec                   C   s
   dddS )z
    Performs a health check on the application.

    Returns:
        dict: A JSON response indicating the health status.
    TzEverything OK!)statushealthcheck r   r   r   ;/var/www/html/YouTubeCommentsAnalyzer/src/app/api/health.pyr      s    r   )
socketasynciofastapir   r   starlette.responsesr   routergetr   r   r   r   r   <module>   s   