Added AFB monitoring and token auto-refresh
[src/app-framework-demo.git] / afb-client / app / Frontend / services / ConfigApp.js
index cafda3f..adec5ac 100644 (file)
@@ -20,7 +20,7 @@
                     
                     session: { // Those data are updated by session service
                        refresh : '/api/token/refresh',
-                       check : '/api/token/check',
+                       ping    : '/api/token/check',
                        token   : '123456789',  // typical dev initial token
                        timeout : 3600,         // timeout is updated client sessin context creation
                        uuid    : '',           // uuid map with cookie or long term session access key