Skip to content

"v1" in routes path is removed

Compare
Choose a tag to compare
@janishar janishar released this 22 Dec 05:29
· 12 commits to master since this release

In general APIs with v1 in the routes directory is not a good way to handle versioning. This has been removed from the project.
Now {host}/v1/login will become {host}/login