Ignore:
Timestamp:
11/11/21 11:59:35 (3 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
8588fcb
Parents:
97fbc67 (diff), 9504a09 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://develop.finki.ukim.mk/git/ParkUp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/controllers/ParkingSpaceController.java

    r97fbc67 r2ace8f0  
    3535    @PostMapping({"/parkingSpace"})
    3636    public Optional<ParkingSpace> addParkingSpace(@RequestBody ParkingSpace parkingSpace) {
     37<<<<<<< HEAD
    3738        System.out.println("???????");
     39=======
     40        //System.out.println("???????");
     41>>>>>>> 9504a097ce80831ea7e7130dff7215d5fbf8e939
    3842        return this.parkingSpaceService.addParkingSpace(parkingSpace);
    3943    }
Note: See TracChangeset for help on using the changeset viewer.