Skip to content

Commit

Permalink
Admin Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronitta Mary Jokim authored and Baneeishaque committed May 26, 2020
1 parent 8c14b67 commit af0f074
Show file tree
Hide file tree
Showing 84 changed files with 43,179 additions and 2,583 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package ndk.banee.spring_store.controllers;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;

@Controller
public class AdminIndexPageController {

@GetMapping("/admin")
public String viewClientIndexPage() {

return "admin/index";
}
}
Loading

0 comments on commit af0f074

Please sign in to comment.