Skip to content

Commit

Permalink
Fixed issues with CORS configuration in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnie5562 committed Aug 2, 2024
1 parent ea8a489 commit f5740f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docnet_frontend/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL = "http://localhost:8000/api";
// export const BASE_URL = "https://docnet-backend.onrender.com/api";
// export const BASE_URL = "http://localhost:8000/api";
export const BASE_URL = "https://docnet-backend.onrender.com/api";
export const MEDIA_URL = "https://docnet-backend.onrender.com/";
export const WS_ROOT = "ws://docnet-backend.onrender.com/"

0 comments on commit f5740f9

Please sign in to comment.