Skip to content

Commit

Permalink
SMA-4-Removed backend directory in src to com.sportsmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Jan 17, 2024
1 parent d76a661 commit d6fdf50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sportsmatch.backend;
package com.sportsmatch;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sportsmatch.backend.configs;
package com.sportsmatch.configs;

import org.modelmapper.ModelMapper;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sportsmatch.backend.controllers;
package com.sportsmatch.controllers;

import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sportsmatch.backend;
package com.sportsmatch;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down

0 comments on commit d6fdf50

Please sign in to comment.