Skip to content

Commit

Permalink
Update openData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoVezzaro committed Nov 29, 2023
1 parent a8f5a2f commit 2745043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/openData.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class OpenData extends FetchService {
}

/**
* UNOFFICIAL: Retrieves a list of banks from the API.
* REPO: https://github.com/Erinxon/api-bancos-republica-dominicana
* UNOFFICIAL: https://github.com/Erinxon/api-bancos-republica-dominicana
* Retrieves a list of banks from the API.
* <br /><br />Full documentation: <a href="https://banks.fly.dev/swagger/index.html" target="_blank">https://banks.fly.dev/swagger/index.html</a>
*
* @async
Expand All @@ -102,8 +102,8 @@ class OpenData extends FetchService {
}

/**
* UNOFFICIAL: Retrieves detailed information about a bank based on the provided URL.
* REPO: https://github.com/Erinxon/api-bancos-republica-dominicana
* UNOFFICIAL: https://github.com/Erinxon/api-bancos-republica-dominicana
* Retrieves detailed information about a bank based on the provided URL.
* <br /><br />Full documentation: <a href="https://banks.fly.dev/swagger/index.html" target="_blank">https://banks.fly.dev/swagger/index.html</a>
*
* @async
Expand Down

0 comments on commit 2745043

Please sign in to comment.