| 1234567891011121314 |
- @{
- ViewData["Title"] = "Database Test";
- }
- <h2>Database Connection Test</h2>
- <p>This is a simple test to check if we can connect to your database.</p>
- <a href="@Url.Action("Api", "Recipe")" class="btn btn-primary">Test Database Connection (JSON API)</a>
- <hr>
- <h3>Manual Test</h3>
- <p>You should be able to see recipes from your database here once the connection is working.</p>
|