Commit cef1f235 authored by Evren Kutar's avatar Evren Kutar

api url changed fix

parent 2a966e77
...@@ -31,7 +31,7 @@ var app = angular.module( ...@@ -31,7 +31,7 @@ var app = angular.module(
* Based on the environment it changes from dev to prod * Based on the environment it changes from dev to prod
*/ */
constant("RESTURL", (function () { constant("RESTURL", (function () {
return {url: "http://" + window.location.hostname + ":9001/"}; return {url: "http://api.ulakbus.net/"};
})()). })()).
/** /**
* USER_ROLES and AUTH_EVENTS are constant for auth functions * USER_ROLES and AUTH_EVENTS are constant for auth functions
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment