Commit 59df5db4fc7d2322a6e3105a6fcfb81335f62457
1 parent
c8a262a8
testing
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
backend/config/main.php
@@ -167,10 +167,6 @@ return [ | @@ -167,10 +167,6 @@ return [ | ||
167 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>/<id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', | 167 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>/<id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', |
168 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', | 168 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', |
169 | ] | 169 | ] |
170 | - ], | ||
171 | - 'googleApi' => [ | ||
172 | - 'class' => '\skeeks\yii2\googleApi\GoogleApiComponent', | ||
173 | - 'developer_key' => 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE', | ||
174 | ] | 170 | ] |
175 | 171 | ||
176 | ], | 172 | ], |