Skip to content

Commit

Permalink
Feat wekan no api (#109)
Browse files Browse the repository at this point in the history
* newCard sans API

* fix id generation

* fix codacy

* fix codacy 2

* fix3 codacy

* fix4 codacy
  • Loading branch information
chrnin authored Mar 12, 2022
1 parent 5751d08 commit ddb86a7
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 520 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/Nerzal/gocloak/v10 v10.0.1
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.4
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func runAPI() {
utils.GET("/import", importHandler)
utils.GET("/keycloak", getKeycloakUsers)
utils.GET("/metrics", gin.WrapH(promhttp.Handler()))
utils.GET("/wekanImport", wekanImportHandler)
// utils.GET("/wekanImport", wekanImportHandler)
utils.GET("/sireneImport", sireneImportHandler)
utils.GET("/listImport/:algo", listImportHandler)

Expand Down
Loading

0 comments on commit ddb86a7

Please sign in to comment.