diff --git a/api/index.php b/api/index.php index 7475b8e..26a54b8 100644 --- a/api/index.php +++ b/api/index.php @@ -15,6 +15,7 @@ require './routes/rules.php'; require './routes/food.php'; require './routes/decision.php'; +require './routes/nutrient.php'; // Run App $app->run(); \ No newline at end of file