Skip to content

Commit

Permalink
Migrate web to prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 31, 2024
1 parent 47a63ec commit 0f195eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/prod_api.http
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ POST https://nest2d.online/api/files/nome/dxf
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary

------WebKitFormBoundary
Content-Disposition: form-data; name="file"; filename="test_dow.dxf"
Content-Disposition: form-data; name="file"; filename="Suporte_Gaveta_fixed.dxf"

< test-data/from_prod/test_dow.dxf
4 changes: 2 additions & 2 deletions nest2dvue/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// src/utils/constants.js
//export const API_URL = 'https://nest2d.online/api';
export const API_URL = 'http://localhost:8080/api';
export const API_URL = 'https://nest2d.online/api';
//export const API_URL = 'http://localhost:8080/api';

0 comments on commit 0f195eb

Please sign in to comment.