Base URL
To connect to a local installation, use:
https://localhost:5434
or:
https://127.0.0.1:5434
👉 both options are equivalent
Accessing a specific company
The URL takes the following form:
https://localhost:5434/c/<company_name>
For example:
https://localhost:5434/c/test_company
What each part means
localhost/127.0.0.1→ this computer5434→ Flexi server port/c/<company>→ specific company
For more information, please refer to the documentation.
