BD class 2
mount is nothing but fancy word for add/append
what is api/v1
v1 stands for version 1 this means when older user is requesting for the API then they are using v1
but after some changes in the code then it requires to give the hint that the API has been changed so we can simply mount with api/v2
Comments
Post a Comment