File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,18 @@ const permanentRedirectArray = [
142142 "/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)" ,
143143 "/price-feeds/use-real-time-data/pull-integration/:path" ,
144144 ] ,
145- [ "/price-feeds/use-real-time-data" , "/price-feeds/use-real-time-data/pull-integration" ] ,
145+ [
146+ "/price-feeds/use-real-time-data" ,
147+ "/price-feeds/use-real-time-data/pull-integration" ,
148+ ] ,
146149 [
147150 "/price-feeds/core/use-real-time-data/:path((?!pull-integration(?:/|$)).*)" ,
148151 "/price-feeds/core/use-real-time-data/pull-integration/:path" ,
149152 ] ,
150- [ "/price-feeds/core/use-real-time-data" , "/price-feeds/core/use-real-time-data/pull-integration" ] ,
153+ [
154+ "/price-feeds/core/use-real-time-data" ,
155+ "/price-feeds/core/use-real-time-data/pull-integration" ,
156+ ] ,
151157
152158 [ "/benchmarks" , "/price-feeds/use-historic-price-data" ] ,
153159 [
You can’t perform that action at this time.
0 commit comments