- Timestamp:
- 10/21/21 21:48:32 (3 years ago)
- Branches:
- dev
- Children:
- 81c2e6f
- Parents:
- 68a1d2f
- Location:
- src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/core/services/redirect.service.ts
r68a1d2f r2b66157 21 21 case ApplicationUserType.Student: 22 22 this.router.navigateByUrl(`questioning/preview`); 23 24 23 break; 25 24 case ApplicationUserType.Teacher: -
src/FinkiChattery/FinkiChattery.Api/Services/RegisterServices.cs
r68a1d2f r2b66157 37 37 { 38 38 string connectionString = "HangfireConnection"; 39 40 39 #if DEBUG_DOCKER 41 40 connectionString = "HangfireConnectionDocker"; -
src/FinkiChattery/FinkiChattery.Api/Startup.cs
r68a1d2f r2b66157 40 40 41 41 string connectionString = "DefaultConnection"; 42 43 42 #if DEBUG_DOCKER 44 43 connectionString = "DefaultConnectionDocker"; -
src/FinkiChattery/FinkiChattery.Identity/Startup.cs
r68a1d2f r2b66157 28 28 services.AddControllersWithViews(); 29 29 30 31 30 string connectionString = "DefaultConnection"; 32 33 31 #if DEBUG_DOCKER 34 32 connectionString = "DefaultConnectionDocker";
Note:
See TracChangeset
for help on using the changeset viewer.