Skip to content

Commit f5dbafe

Browse files
committed
updated forms
1 parent c43d9ed commit f5dbafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/launchcode/codingevents/controllers/EventController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Created by Chris Bay
1313
*/
1414
@Controller
15-
@RequestMapping("events")
15+
@RequestMapping("/events")
1616
public class EventController {
1717

1818
@GetMapping

0 commit comments

Comments
 (0)