Skip to content

Commit

Permalink
Removed unnecesary trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikuska committed Jan 22, 2025
1 parent 27f426b commit 420e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virl2_client/models/node_image_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

class NodeImageDefinitions:
_URL_TEMPLATES = {
"node_defs": "node_definitions/",
"node_defs": "node_definitions",
"image_defs": "image_definitions/",
"node_def": "node_definitions/{definition_id}",
"image_def": "image_definitions/{definition_id}",
Expand Down

0 comments on commit 420e285

Please sign in to comment.