MiguelMedeiros / lnbits-js

NPM Package for LNBits.com API.
23 stars 14 forks source link

Fix: Correct default url and line-endings #14

Open AugustoResende opened 8 months ago

AugustoResende commented 8 months ago
MiguelMedeiros commented 8 months ago

Hey @AugustoResende!

Thank you for your contribution! I appreciate the fix on the default URL and the normalization of line endings - that’s a great catch.

I'm considering introducing a configuration file to handle the URL setting. This would make it easier to adapt if there's a need to change the default URL in the future, ensuring that our project remains flexible and easy to maintain.

Looking forward to your feedback!

AugustoResende commented 8 months ago

Hey @AugustoResende!

Thank you for your contribution! I appreciate the fix on the default URL and the normalization of line endings - that’s a great catch.

I'm considering introducing a configuration file to handle the URL setting. This would make it easier to adapt if there's a need to change the default URL in the future, ensuring that our project remains flexible and easy to maintain.

Looking forward to your feedback!

Nice!