Use localhost:3036

This commit is contained in:
Alex Gleason 2022-03-21 13:33:45 -05:00
parent 83137498d9
commit 4d9217edff
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -17,7 +17,7 @@ const {
} = process.env;
const DEFAULTS = {
DEVSERVER_URL: 'http://localhost:4545',
DEVSERVER_URL: 'http://localhost:3036',
PATRON_URL: 'http://localhost:3037',
};