Commit 6a5f7263 authored by Sebastian Chicoma's avatar Sebastian Chicoma

Actualización en el fake backend del wizard de agentes

parent 88c28f10
...@@ -73,8 +73,8 @@ export class AgentFakeBackendInterceptor implements HttpInterceptor { ...@@ -73,8 +73,8 @@ export class AgentFakeBackendInterceptor implements HttpInterceptor {
function handleRoute() { function handleRoute() {
switch (true) { switch (true) {
case url.endsWith(basePath + '/page') && method === 'POST': //case url.endsWith(basePath + '/page') && method === 'POST':
return pagination(body); // return pagination(body);
case url.indexOf(basePath + '/connection/data') !== -1 && method === 'GET ': case url.indexOf(basePath + '/connection/data') !== -1 && method === 'GET ':
return ok({}); return ok({});
case url.indexOf(basePath + '/') !== -1 && method === 'GET': case url.indexOf(basePath + '/') !== -1 && method === 'GET':
......
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