diff --git a/README.md b/README.md
index 26cc568..804867f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,6 @@
-# carsincommonAdminWeb
\ No newline at end of file
+# carsincommonAdminWeb
+
+- server code: https://github.com/arnaucode/carsincommonServer
+- frontend app code: https://github.com/arnaucode/carsincommonApp
+- images server: https://github.com/arnaucode/goImgServer
+- admin web: https://github.com/arnaucode/carsincommonAdminWeb
diff --git a/app.js b/app.js
index 4a86991..becb30e 100644
--- a/app.js
+++ b/app.js
@@ -1,12 +1,17 @@
'use strict';
+var urlapi = "http://localhost:3000/api/";
+//var urlapi = "http://192.168.1.36:3000/api/";
+//var urlapi = "http://51.255.193.106:3000/api/";
+
// Declare app level module which depends on views, and components
angular.module('adminApp', [
'ngRoute',
'ngMessages',
'angularBootstrapMaterial',
'app.main',
- 'app.user'
+ 'app.user',
+ 'app.travel'
]).
config(['$locationProvider', '$routeProvider', function($locationProvider, $routeProvider) {
$locationProvider.hashPrefix('!');
diff --git a/index.html b/index.html
index 5e8cf62..d76e1ca 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,7 @@
+