mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-09 05:07:04 +10:00
fixed namings
This commit is contained in:
+15
@@ -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
|
||||||
+1
-1
@@ -37,7 +37,7 @@ func (app *Api) Init() {
|
|||||||
_ = app.initModule("redis", redis.InitRedis)
|
_ = app.initModule("redis", redis.InitRedis)
|
||||||
|
|
||||||
// initialize model services
|
// initialize model services
|
||||||
_ = app.initModule("modeServices", models.InitModelServices)
|
_ = app.initModule("mode-services", models.InitModelServices)
|
||||||
|
|
||||||
// initialize controllers
|
// initialize controllers
|
||||||
_ = app.initModule("controllers", controllers.InitControllers)
|
_ = app.initModule("controllers", controllers.InitControllers)
|
||||||
|
|||||||
Reference in New Issue
Block a user