feat: integration page #41

This commit is contained in:
Florian Sylvain
2024-06-14 15:23:51 +02:00
parent e4c2230b64
commit 0759ab6d70
7 changed files with 95 additions and 0 deletions
+2
View File
@@ -147,6 +147,8 @@ func NewPageRouter() http.Handler {
r.Post("/post/create", PostPostCreatePage)
r.Post("/post/{id}/image/create", postImage)
r.Get("/integration", GetPageIntegration)
})
return r