aeternity/ae_mdw

`/aex141/{contractId}/token/{tokenId}` named inconsistently with other endpoints

Opened this issue · 0 comments

Compare with near endpoints

    "/aex141/{contractId}/token/{tokenId}": {
    "/aex141/{contractId}/tokens": {
    "/aex141/{contractId}/templates": {
    "/aex141/{contractId}/templates/{templateId}/tokens": {

I expect it to be named tokens

    "/aex141/{contractId}/tokens/{tokenId}": {