Ignore:
Timestamp:
01/09/24 01:26:08 (6 months ago)
Author:
ppaunovski <paunovskipavel@…>
Branches:
master
Children:
e272096
Parents:
b101b69
Message:

All 3 main use cases implemented.

  1. Starting a commute
  2. Writing a ticket
  3. Starting an instance of a Bus Line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/mk/ukim/finki/busngo/config/WebSecurityConfig.java

    rb101b69 rbde8b13  
    4646                        .permitAll()
    4747                        .failureUrl("/login?error=BadCredentials")
    48                         .defaultSuccessUrl("/", true)
     48                        .defaultSuccessUrl("/bilet", true)
    4949                )
    5050                .logout((logout) -> logout
Note: See TracChangeset for help on using the changeset viewer.