Skip to content

Commit 00b3f1c

Browse files
nicholas-brooksjeremydmiller
authored andcommitted
Missing route attribute
1 parent 883833c commit 00b3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Http/WolverineWebApi/Marten/Documents.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class InvoicesEndpoint
1414
#region sample_get_invoice_longhand
1515

1616
{
17-
[WolverineGet("/invoices/longhand/id")]
17+
[WolverineGet("/invoices/longhand/{id}")]
1818
[ProducesResponseType(404)]
1919
[ProducesResponseType(200, Type = typeof(Invoice))]
2020
public static async Task<IResult> GetInvoice(

0 commit comments

Comments
 (0)