mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
renamed modules
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
import "crawlab/services"
|
||||
import "crawlab/apps"
|
||||
|
||||
func main() {
|
||||
api := services.NewApiService()
|
||||
api := apps.NewApi()
|
||||
api.Init()
|
||||
api.Run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user