Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 0978bb1

Browse files
committed
Update local SHARE urls
1 parent 32af5eb commit 0978bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ module.exports = function(environment) {
5454
};
5555
//this needs to go in an actual env at some point
5656
ENV.csrfCookie = 'csrftoken';
57-
ENV.apiBaseUrl = 'http://localhost:8000';
58-
ENV.apiUrl = 'http://localhost:8000/api/v2';
57+
ENV.apiBaseUrl = 'http://localhost:38000';
58+
ENV.apiUrl = 'http://localhost:38000/api/v2';
5959
ENV.curationEnabled = true;
6060

6161
// if (environment === 'development') {

0 commit comments

Comments
 (0)