diff --git a/prototype/src/main/java/org/hso/ecommerce/app/RequestController.java b/prototype/src/main/java/org/hso/ecommerce/app/RequestController.java
index 2cddde2..3ee7466 100644
--- a/prototype/src/main/java/org/hso/ecommerce/app/RequestController.java
+++ b/prototype/src/main/java/org/hso/ecommerce/app/RequestController.java
@@ -130,12 +130,7 @@ public class RequestController {
public String internListedArticles() {
return "/intern/listedArticles/index";
}
-
- @GetMapping("/intern/listedArticles/{id}")
- public String internListedArticlesId() {
- return "/intern/listedArticles/id";
- }
-
+
@GetMapping("/intern/articles/")
public String internArticles() {
return "/intern/articles/index";
diff --git a/prototype/src/main/resources/templates/fragments/intern.html b/prototype/src/main/resources/templates/fragments/intern.html
index 841f814..69977d7 100644
--- a/prototype/src/main/resources/templates/fragments/intern.html
+++ b/prototype/src/main/resources/templates/fragments/intern.html
@@ -18,11 +18,7 @@
Manuell Buchen
- Lieferanten
-
+ Artikelangebote
Lager
diff --git a/prototype/src/main/resources/templates/intern/articles/id.html b/prototype/src/main/resources/templates/intern/articles/id.html
deleted file mode 100644
index e69de29..0000000
diff --git a/prototype/src/main/resources/templates/intern/articles/index.html b/prototype/src/main/resources/templates/intern/articles/index.html
index e69de29..c5887e4 100644
--- a/prototype/src/main/resources/templates/intern/articles/index.html
+++ b/prototype/src/main/resources/templates/intern/articles/index.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+
+ Artikelübersicht
+
+
+
+
+
+
+
+
+
+
+
+