Skip to content

Commit

Permalink
[bug] params method sends only partial URL to the back end
Browse files Browse the repository at this point in the history
[bug] params method sends only partial URL to the back end
4e5ce5d06d312f58ce3dc0dae4f86b613376fdbd
  • Loading branch information
Stanislavsky34200 committed Mar 19, 2024
1 parent 362837e commit ee94312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/params/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { providersSync } from 'src/providersEntrypoint';
import { providerMap } from 'src/sender';
import { SenderWatch, useSenderWatch } from 'src/sender/watch';
import { fullList, nameMap } from 'src/transport';
import { prepareUrlMiddleware } from 'src/middleware/prepareUrl';
import { PARAMS_PROVIDER } from './const';
import { useParams } from './params';

Expand All @@ -35,6 +36,7 @@ export const initProvider = () => {
[prerender, 1],
[counterFirstHit, 2],
[watchSyncFlags(), 3],
[prepareUrlMiddleware, 4],
];
}
};

0 comments on commit ee94312

Please sign in to comment.