Skip to content

Commit 9283eec

Browse files
committed
added route for modpack creation
1 parent 55b1840 commit 9283eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,10 @@ var apiRoutes = Routes{
214214
"GET",
215215
"/mods/packs/rm/{modpack}",
216216
DeleteModPack,
217+
}, {
218+
"CreateModPack",
219+
"POST",
220+
"/mods/packs/add",
221+
CreateModPackHandler,
217222
},
218223
}

0 commit comments

Comments
 (0)