{"Message":"No HTTP resource was found that matches the request URI 'http://localhost:57193/api/PostFlight/GetByFlightNum/34'.","MessageDetail":"No action was found on the controller 'PostFlight' that matches the request."}
** Çözüm:
routeTemplate: "api/{controller}/{action}/{param}",
Controller içersindeki sorgu fonksiyonlarında ki verilen parametre adı ile config dosyasındaki {param} değişkeninin adı aynı olmalıdır.