Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Fix bug configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldStarPro committed Dec 7, 2023
1 parent 47ae94d commit b639f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</filter-mapping>
<servlet>
<servlet-name>ListUserServlet</servlet-name>
<servlet-class>admin.ListUserServlet</servlet-class>
<servlet-class>io.hardingadonis.miu.controller.admin.ListUserServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>ListOrderServlet</servlet-name>
<servlet-class>admin.ListOrderServlet</servlet-class>
<servlet-class>io.hardingadonis.miu.controller.admin.ListOrderServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>AdminServlet</servlet-name>
Expand Down

0 comments on commit b639f42

Please sign in to comment.