Pārlūkot izejas kodu

revert changes for master

tigger 2 mēneši atpakaļ
vecāks
revīzija
3cc74b5857
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      src/app/app.routes.ts
  2. 1 1
      src/dependencies/fis

+ 1 - 0
src/app/app.routes.ts

@@ -7,4 +7,5 @@ export const routes: Routes = [
     { path:'dashboard', component: DashboardComponent, data: {title: 'FIS'}},
     { path:'auth', loadChildren: () => import('angularlib/login/login.module').then(m => m.LoginModule)},
     { path:'leave', loadChildren: () => import('fis/leave/leave.module').then(m => m.LeaveModule)},
+    { path:'tender', loadChildren: () => import('fis/tender/tender.module').then(m => m.TenderModule)},
 ];

+ 1 - 1
src/dependencies/fis

@@ -1 +1 @@
-Subproject commit 127f79c2da32b72853a39f848f403c5587921a78
+Subproject commit 3230316581855280b259c61e1e4d73d4d6719b09