-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from mariocosenza/feature/core
feat: seller orders management and various fixes
- Loading branch information
Showing
92 changed files
with
8,226 additions
and
1,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ plugins { | |
} | ||
|
||
group 'it.savoreco' | ||
version '1.0-SNAPSHOT' | ||
version '1.0' | ||
|
||
repositories { | ||
mavenCentral() | ||
|
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/main/java/it/savoreco/controller/ModeratorPageServlet.java
This file was deleted.
Oops, something went wrong.
162 changes: 0 additions & 162 deletions
162
src/main/java/it/savoreco/controller/PurchaseServlet.java
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
src/main/java/it/savoreco/controller/RestaurantOrdersServlet.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.