Compare commits

...
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
kolaente e59fa41600
feat: add tests for finding the api url 2021-11-16 22:41:40 +01:00
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
describe('Find the correct api url', () => {
// TODO: To check:
// /api/v1
// / (should append api suffix)
// :3456/api/v1
// :3456/ (should append api suffix)
// + Everything with http and https -> start with the current protocol, then try the other one
})