Skip to content

Commit

Permalink
fixed namings
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Apr 20, 2021
1 parent 6bfbd90 commit 941b231
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "backend/core"]
path = backend/core
url = https://github.com/crawlab-team/crawlab-core
[submodule "backend/db"]
path = backend/db
url = https://github.com/crawlab-team/crawlab-db
[submodule "backend/fs"]
path = backend/fs
url = https://github.com/crawlab-team/crawlab-fs
[submodule "backend/vcs"]
path = backend/vcs
url = https://github.com/crawlab-team/crawlab-vcs
[submodule "backend/log"]
path = backend/log
url = https://github.com/crawlab-team/crawlab-log
2 changes: 1 addition & 1 deletion backend/apps/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (app *Api) Init() {
_ = app.initModule("redis", redis.InitRedis)

// initialize model services
_ = app.initModule("modeServices", models.InitModelServices)
_ = app.initModule("mode-services", models.InitModelServices)

// initialize controllers
_ = app.initModule("controllers", controllers.InitControllers)
Expand Down

0 comments on commit 941b231

Please sign in to comment.