[PR #5] [MERGED] Merge Routes implementation #5

Closed
opened 2026-09-04 00:22:26 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GithubOrgProjectPiza/server/pull/5
Author: @Stone-Red-Code
Created: 5/4/2022
Status: Merged
Merged: 5/4/2022
Merged by: @Stone-Red-Code

Base: mainHead: routes-implementation


📝 Commits (4)

  • 39d6157 Fix naming issues in routers and remove unnecessary files
  • 1b162b4 Add "get all" endpoints
  • 8c58e1f Fix routes
  • 6f9a726 Fix formatting

📊 Changes

11 files changed (+43 additions, -27 deletions)

View changed files

📝 src/controller/orders.controller.ts (+7 -1)
📝 src/controller/organisations.controller.ts (+9 -3)
📝 src/controller/pizzas.controller.ts (+6 -0)
📝 src/controller/restaurants.controller.ts (+6 -0)
src/controller/testcontroller.controller.ts (+0 -5)
📝 src/index.ts (+1 -3)
📝 src/routes/orders.route.ts (+2 -1)
📝 src/routes/organisations.route.ts (+2 -0)
📝 src/routes/pizzas.route.ts (+2 -1)
📝 src/routes/restaurants.route.ts (+8 -1)
src/routes/testrouter.route.ts (+0 -12)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GithubOrgProjectPiza/server/pull/5 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 5/4/2022 **Status:** ✅ Merged **Merged:** 5/4/2022 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `routes-implementation` --- ### 📝 Commits (4) - [`39d6157`](https://github.com/GithubOrgProjectPiza/server/commit/39d6157a3c9e05d5558d88aa16fc3e28d1b9bf9d) Fix naming issues in routers and remove unnecessary files - [`1b162b4`](https://github.com/GithubOrgProjectPiza/server/commit/1b162b4f3cf94e9842b155d620088e0201d78ebb) Add "get all" endpoints - [`8c58e1f`](https://github.com/GithubOrgProjectPiza/server/commit/8c58e1f08919f71878d34d2b1e205f49ff21fac3) Fix routes - [`6f9a726`](https://github.com/GithubOrgProjectPiza/server/commit/6f9a7260b659f54ccfbf6f4a1e9d4cf3f2f2a538) Fix formatting ### 📊 Changes **11 files changed** (+43 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/controller/orders.controller.ts` (+7 -1) 📝 `src/controller/organisations.controller.ts` (+9 -3) 📝 `src/controller/pizzas.controller.ts` (+6 -0) 📝 `src/controller/restaurants.controller.ts` (+6 -0) ➖ `src/controller/testcontroller.controller.ts` (+0 -5) 📝 `src/index.ts` (+1 -3) 📝 `src/routes/orders.route.ts` (+2 -1) 📝 `src/routes/organisations.route.ts` (+2 -0) 📝 `src/routes/pizzas.route.ts` (+2 -1) 📝 `src/routes/restaurants.route.ts` (+8 -1) ➖ `src/routes/testrouter.route.ts` (+0 -12) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:22:26 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GithubOrgProjectPiza/server#5