You want to serve two static directories in your FastAPI app: photos at URL path /images and js_files at /scripts. Which code snippet correctly implements this?
hard🚀 Application Q8 of 15
FastAPI - File Handling
You want to serve two static directories in your FastAPI app: photos at URL path /images and js_files at /scripts. Which code snippet correctly implements this?