Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Aug 23, 2024
1 parent 4dd37b2 commit dba7c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace wave {
};

@route("/{token}")
@get op getContainerDetails(@path containerId: string): {
@get op getContainerDetails(@path token: string): {
@body response: WaveContainerRecord;
@statusCode statusCode: 200;
}|{
Expand Down

0 comments on commit dba7c5e

Please sign in to comment.