Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi committed Jun 21, 2024
1 parent ac03d12 commit d375503
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ CommandLineRunner commandLineRunner(JourFerierTypeRepository jourFerierTypeRepos
typePointCaptureRepository.save(TypePointCapture.builder().libelle("Guichet Automatique Bancaire Zonal").code("GABZ").build());
typePointCaptureRepository.save(TypePointCapture.builder().libelle("Guichet Automatique Bancaire Fonctionnaire").code("GABF").build());
}




};
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.sp.constants;
public class SecurityConstants {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ public PointCaptureStatsResponse getPointCaptureStats(Principal connectedUser){
.totalLecteur(lecteurRepository.findAll().size())
.build();
}
}
}

0 comments on commit d375503

Please sign in to comment.