I've got my Hyperledger network running for about ~3 months. Since yesterday the REST API started to throw errors. The targeted resources could not be found (404).
Apparently the REST routes changed from:
/resource
to
/org.acme.network.resource
The network is running on a Azure virtual machine. How is this sudden change possible? I did not update anything. Also, how can I revert the routes to the previous convention?