Skip to content

Commit

Permalink
Update 3.implementation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov authored Sep 30, 2023
1 parent 80f189a commit 590f2b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/3.implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public class OcpiCredentialsController : OcpiController
}
```

The OCPI.Net Versioning implementation requires your OCPI endpoint routes to start with the ocpi version number. For example, if your OCPI version is `2.2.1`, your endpoints should start with `2.2.1/`. This allows the package to determine which routes are intended for which OCPI version.
> ⚠️
> The OCPI.Net Versioning implementation requires your OCPI endpoint routes to start with the ocpi version number. For example, if your OCPI version is `2.2.1`, your endpoints should start with `2.2.1/`. This allows the package to determine which routes are intended for which OCPI version.
Refer to the [Versioning](4.versioning.md) section for more information on OCPI module versioning.

Expand Down

0 comments on commit 590f2b3

Please sign in to comment.