Skip to content

Commit d7d54b8

Browse files
committed
fix rectobase
1 parent 28c12be commit d7d54b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/js/config-dev.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ function myCB(data) {
2525
* itself. The "versoURL" variable is a convenience for setting the
2626
* base URL of verso in the "config" definition below.
2727
*/
28-
// var rectobase = "http://localhost:3000";
29-
var rectobase = "http://mlvlp04.loc.gov:3000";
28+
var rectobase = "http://localhost:3000";
3029

3130
if (env.RECTOBASE!==undefined)
3231
rectoBase = env.RECTOBASE;

0 commit comments

Comments
 (0)