Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
xy01dv2 committed Nov 24, 2023
1 parent bd856be commit 2ee126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/GetAPdata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static async Task<IActionResult> GetAPdata([HttpTrigger("get", Route = "a
using(var conn = new SqlConnection(AZURE_CONN_STRING))
{
var result = await conn.QuerySingleOrDefaultAsync<string>(
"web.GetairportData3",
"web.GetairportData4",
new {
@countn = count,
@ident =ident,
Expand Down

0 comments on commit 2ee126e

Please sign in to comment.