diff --git a/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json b/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json index 8d6cbff5..0a103d02 100644 --- a/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json +++ b/api/src/Kurs.Platform.DbMigrator/Seeds/SeederData.json @@ -505,6 +505,12 @@ "en": "Abp Settings", "tr": "Abp Ayarları" }, + { + "resourceName": "Platform", + "key": "App.ChangeLog", + "en": "Change Log", + "tr": "Versiyon Günlüğü" + }, { "resourceName": "Platform", "key": "App.BlogManagement", @@ -6343,6 +6349,24 @@ "tr": "Ürünler", "en": "Products" }, + { + "resourceName": "Platform", + "key": "Public.nav.checkout", + "tr": "Organizasyon Seçimi", + "en": "Select Organization" + }, + { + "resourceName": "Platform", + "key": "Public.nav.payment", + "tr": "Ödeme", + "en": "Payment" + }, + { + "resourceName": "Platform", + "key": "Public.nav.success", + "tr": "Sipariş Durumu", + "en": "Success" + }, { "resourceName": "Platform", "key": "Public.nav.basket", diff --git a/ui/dev-dist/sw.js b/ui/dev-dist/sw.js index 6f4eba4f..cbb992b0 100644 --- a/ui/dev-dist/sw.js +++ b/ui/dev-dist/sw.js @@ -82,11 +82,12 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.172lu27b4eg" + "revision": "0.6nc9e67jtoo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { - allowlist: [/^\/$/] + allowlist: [/^\/$/], + denylist: [/^\/api\//] })); })); diff --git a/ui/index.html b/ui/index.html index b5e7f3e2..277c541c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,8 +5,8 @@ - -