1
0
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:
Nikitin Aleksandr
2023-11-29 16:32:00 +03:00
parent 48302a229a
commit e63fdfad50
52 changed files with 3979 additions and 1 deletions

View File

@ -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
}