mitchell852 commented on a change in pull request #4415: Updated Traffic Portal 
to use TO API v2.0
URL: https://github.com/apache/trafficcontrol/pull/4415#discussion_r381582425
 
 

 ##########
 File path: traffic_portal/app/src/common/api/JobService.js
 ##########
 @@ -31,7 +31,7 @@ var JobService = function($http, ENV) {
        };
 
        this.createJob = function(job) {
-               return $http.post(ENV.api['root'] + 'user/current/jobs', 
job).then(
+               return $http.post(ENV.api['root'] + 'jobs', job).then(
                        function (result) {
                                console.info('new job created: ', result);
 
 Review comment:
   want to remove this console line?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to