Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests sorting #525

Merged
merged 18 commits into from
Aug 6, 2020
Prev Previous commit
Next Next commit
Revert changes
  • Loading branch information
wojciech.blachowski committed Sep 24, 2019
commit 9fb4afe0dd14cba5724fa4b966bca3496d368941
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ define(['angularAMD'], function (angularAMD) {
return {
getEndpoint: function () {
var config = {
//'getUrl': '/api/'
'getUrl': 'http://aet-vagrant/api/'
'getUrl': '/api/'
//'getUrl': 'http://aet-vagrant/api/'
};
return config;
}
Expand Down