Skip to content

Commit

Permalink
Merge pull request #25 from mariocosenza/feature/core
Browse files Browse the repository at this point in the history
feat: seller orders management and various fixes
  • Loading branch information
mariocosenza authored Jul 1, 2024
2 parents 175ccb8 + d4f6ae8 commit a13baa3
Show file tree
Hide file tree
Showing 92 changed files with 8,226 additions and 1,605 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'it.savoreco'
version '1.0-SNAPSHOT'
version '1.0'

repositories {
mavenCentral()
Expand Down
106 changes: 0 additions & 106 deletions src/main/java/it/savoreco/controller/LoginServlet.java

This file was deleted.

51 changes: 0 additions & 51 deletions src/main/java/it/savoreco/controller/ModeratorPageServlet.java

This file was deleted.

162 changes: 0 additions & 162 deletions src/main/java/it/savoreco/controller/PurchaseServlet.java

This file was deleted.

58 changes: 0 additions & 58 deletions src/main/java/it/savoreco/controller/RestaurantOrdersServlet.java

This file was deleted.

Loading

0 comments on commit a13baa3

Please sign in to comment.