I executed the command "composer-rest-server -c admin@example -a true", the website "http://localhost:3000/explorer/" show RESTAPI, but it not show "/api/wallet/"
Unhandled error for request GET /api/Wallet/import: Error: No method exists to handle GET /Wallet/import
29 views Asked by Sara At
1
I modify the command as "composer-rest-server -c admin@example -a true -m true", and then "/api/wallet/" shows