Files
thehub/bitcore-proxy/webdata.qrc
TomZ b1f8372b10 Improve error messaging for services
We now no longer show the full help page after we've seen a service at
least once. Because we know its not a lack of config that caused the
issue.
2021-02-22 16:31:09 +01:00

10 lines
351 B
Plaintext

<RCC>
<qresource prefix="/">
<file alias="index.html">data/index.html</file>
<file alias="txHelp.html">data/txHelp.html</file>
<file alias="addressHelp.html">data/addressHelp.html</file>
<file alias="setup.html">data/setup.html</file>
<file alias="error.json">data/error.json</file>
</qresource>
</RCC>