Skip to content

Conversation

sergiocruz
Copy link

As it was pointed out on Issue #1115, base urls that start with // got manipulated in a way that broke things.

Prior to this change the following happened:
Base url: //api.domain
Restangular.all('accounts').getList()
Requests would look like: http://current-server.com/api.domain/accounts

Now It looks as it should:
Base url: //api.domain
Restangular.all('accounts').getList()
Requests would look like: //api.domain/accounts

@pedromarce pedromarce self-assigned this Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants