We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b4fdb commit f4fc7e9Copy full SHA for f4fc7e9
routes/router.go
@@ -13,7 +13,7 @@ func SetupRoutes(
13
14
router.HandleFunc("/architectures", shellCodeController.GetAllArchitectures).Methods("GET")
15
router.HandleFunc("/architectures/{id}/shellcodes", shellCodeController.GetShellcodesByArchitectureID).Methods("GET")
16
- router.HandleFunc("/load-data", shellCodeController.LoadData).Methods("POST")
+ router.HandleFunc("/load-data", shellCodeController.LoadData).Methods("GET")
17
18
return router
19
}
0 commit comments