Explorar el Código

https://api.sidali.sixsenz.net/

Signed-off-by: rizqevo <rizqevo@hotmail.com>
rizqevo hace 3 años
padre
commit
97f42c22f4
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 1
      dockerfile
  2. 2 1
      env.js

+ 1 - 1
dockerfile

@@ -36,4 +36,4 @@ COPY . /usr/src/app
 EXPOSE 3000
 
 # Running the app
-CMD "npm" "run" "dev"
+CMD "npm" "run" "preview"

+ 2 - 1
env.js

@@ -1,2 +1,3 @@
 // export const TOKEN=77aecfec-10ac-3b4f-ab59-3fbfbeed6324
-export const API_URL = "http://118.98.227.82:50003";
+// export const API_URL = "http://118.98.227.82:50003";
+export const API_URL = "https://api.sidali.sixsenz.net";