--- a/frontend/js/c2net/services.js
+++ b/frontend/js/c2net/services.js
@@ -2,7 +2,7 @@
 
 angular.module('tut.c2net')
   .factory('getHelloWorld', function($http) {
-    return $http.get('/c2net/api/sayhello').then(function(response) {
+    return $http.get('/notifications/api/sayhello').then(function(response) {
       return response.data.message;
     });
   });