fix/trello-and-asana (#38)
* Attach click event listener to window * Update development server port * Asana: Read project identifier from topbar page header * Pump version and update changelog
This commit is contained in:
committed by
Tobias Miesel
parent
1dcda94483
commit
1447fd6116
@@ -5,7 +5,7 @@ const baseURL = subdomain => {
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
return `https://${encodeURIComponent(subdomain)}.mocoapp.com/api/browser_extensions`
|
||||
} else {
|
||||
return `http://${encodeURIComponent(subdomain)}.mocoapp.localhost:3001/api/browser_extensions`
|
||||
return `http://${encodeURIComponent(subdomain)}.mocoapp.localhost:3000/api/browser_extensions`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user