You've already forked crud_generator
mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-06-17 12:57:36 +02:00
сделал работает make init
This commit is contained in:
@ -383,7 +383,7 @@ func FindCalcStructVersionURL() string {
|
||||
func FindCrudFunctionsURL() string {
|
||||
Otvet := ""
|
||||
|
||||
Otvet = config.Settings.SERVICE_REPOSITORY_URL + "/" + config.Settings.TEMPLATE_FOLDERNAME_DB + "/" + "crud_functions"
|
||||
Otvet = config.Settings.SERVICE_REPOSITORY_URL + "/" + config.Settings.TEMPLATE_FOLDER_CRUD_FUNCTIONS
|
||||
|
||||
return Otvet
|
||||
}
|
||||
|
Reference in New Issue
Block a user