
    :j                        d Z ddlmZmZ ddlZ ede      Zej                  d      d        Zej                  d      d        Z	ej                  d	      d
        Z
ej                  d      d        Zej                  d      d        Zej                  d      d        Zej                  d      d        Zej                  d      d        Zy)zN
Static Routes Blueprint
Contains routes for serving static files and uploads
    )	Blueprintsend_from_directoryNstatic_filesz"/restaurant_photos/<path:filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)<Serve restaurant photos from the restaurant_photos directoryz static/uploads/restaurant_photos
static/img
tour_1.jpgr   FileNotFoundErrorfilenames    :/var/www/bookbeach.app/backend/app/routes/static_routes.pyserve_restaurant_photor      s1    ?"#ExPP ?"<>>?    &&z /uploads/beach_photos/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z2Serve beach photos from the beach_photos directoryzstatic/uploads/beach_photosr   r	   r
   r   s    r   serve_beach_photor      1    ?"#@(KK ?"<>>?r   z"/static/uploads/beaches/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z-Serve beach photos from the beaches directoryzstatic/uploads/beachesr   r	   r
   r   s    r   serve_beaches_photor      1    ?"#;XFF ?"<>>?r   z /uploads/market_items/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z8Serve market item photos from the market_items directoryzstatic/uploads/market_itemsr   r	   r
   r   s    r   serve_market_item_photor   &   r   r   z$/uploads/adventure_photos/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z:Serve adventure photos from the adventure_photos directoryzstatic/uploads/adventure_photosr   r	   r
   r   s    r   serve_adventure_photor   /   s1    ?"#DhOO ?"<>>?r   z"/static/uploads/markets/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z.Serve market photos from the markets directoryzstatic/uploads/marketsr   r	   r
   r   s    r   serve_markets_photor   8   r   r   z%/static/uploads/adventures/<filename>c                 R    	 t        d|       S # t        $ r t        dd      cY S w xY w)z4Serve adventure photos from the adventures directoryzstatic/uploads/adventuresr   r	   r
   r   s    r   serve_adventures_photor   A   s1    ?"#>II ?"<>>?r   z,/static/uploads/restaurant_photos/<filename>c                 V    	 t        d|       S # t        $ r ddlm}  |d       Y yw xY w)r   z../restaurant_photosr   )aborti  N)r   r   flaskr    )r   r    s     r   serve_restaurants_photor"   J   s.    "#98DD c
s    (()__doc__r!   r   r   os__name__	static_bprouter   r   r   r   r   r   r   r"        r   <module>r*      s   1 	 nh/	
56? 7? 34? 5? 56? 7? 34? 5? 78? 9? 56? 7? 89? :? ?@ Ar)   