Skip to content

Commit

Permalink
Merge pull request #33 from bildvitta/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
michaelnakamura authored Nov 4, 2022
2 parents a51be87 + 772981b commit b0c2253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contracts/Resources/Programmatic/UnitContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ interface UnitContract
/**
* @const string
*/
public const ENDPOINT_FIND = '/programmatic/units/%s';
public const ENDPOINT_FIND = '/programmatic/produto/units/%s';

/**
* @const string
*/
public const ENDPOINT_UPDATE = '/programmatic/units/%s';
public const ENDPOINT_UPDATE = '/programmatic/produto/units/%s';

/**
* @param string $uuid
Expand Down

0 comments on commit b0c2253

Please sign in to comment.