Ajouter insertion de programmes
This commit is contained in:
parent
cb51ada4b6
commit
f1a4d190df
3 changed files with 52 additions and 1 deletions
|
@ -45,6 +45,8 @@ var serverCmd = &cobra.Command{
|
|||
e.GET("/v4/membres/:membre_id/", handlers.ReadMembre)
|
||||
e.POST("/v4/membres/", handlers.PostMembres)
|
||||
|
||||
e.POST("/v4/programmes/", handlers.PostProgrammes)
|
||||
|
||||
// Execution
|
||||
|
||||
connection := data.PostgresConnection{
|
||||
|
|
Reference in a new issue