Skip to content
Snippets Groups Projects
Commit bbddb9a0 authored by Julian Horner's avatar Julian Horner
Browse files

Minor improvements

parent 26cbb51b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
package de.rtuni.ms.ds.controller;
import javax.servlet.RequestDispatcher;
import javax.servlet.http.HttpServletRequest;
import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -15,7 +20,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*
*/
@Controller
public class HomeController {
public class ApplicationController {
//---------------------------------------------------------------------------------------------
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment