luoynagwei 9 luni în urmă
părinte
comite
f819b6cef2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,7 +15,7 @@ init:
 
 gateway: init
 	./gradlew :app-gateway:clean :app-gateway:bootJar
-	cp ./api-gateway/build/libs/app-gateway-1.0.1.jar /opt/app-gateway/app-gateway.jar
+	cp ./app-gateway/build/libs/app-gateway-1.0.1.jar /opt/app-gateway/app-gateway.jar
 	sudo systemctl restart app-gateway
 
 user: init