Skip to content
Snippets Groups Projects
Commit 8962d677 authored by Nicholas Blair's avatar Nicholas Blair
Browse files

fix: remove extraneous @RequestMapping

Was accidentally nesting one folder too deep, e.g. /profile/profile.
parent dc116424
No related branches found
No related tags found
1 merge request!10feature: Add uw-frame compatible REST API for /profile
......@@ -21,7 +21,6 @@ import edu.wisc.uwss.web.uwframe.UwframeSession;
* @author Nicholas Blair
*/
@Controller
@RequestMapping("/profile")
public class ProfileController {
@Autowired
private Environment environment;
......
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