Commit 573cfdf0 authored by Rafal's avatar Rafal

Add localization url

parent 8ff83370
......@@ -31,6 +31,7 @@ router.register(r'offerts', loyalty_views.OfferViewSet)
router.register(r'promotions', loyalty_views.PromotionViewSet)
router.register(r'promotion_set', loyalty_views.PromotionSetViewSet)
router.register(r'places', loyalty_views.PlaceViewSet)
router.register(r'localizations', loyalty_views.LocalizationViewSet)
urlpatterns = [
url(r'^api/', include(router.urls)),
......
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