mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 23:33:59 +02:00
Add "get all" endpoints
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ app.use("/pizza", pizzasRoutes);
|
||||
app.use("/restaurant", restaurantsRoutes);
|
||||
|
||||
async function main() {
|
||||
app.get("/", (req, res) => {
|
||||
app.get("/", (_req, res) => {
|
||||
res.send("Hello World!");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user