Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3379698
D3547.id10831.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
475 B
Referenced Files
None
Subscribers
None
D3547.id10831.diff
View Options
diff --git a/server/src/utils/urls.js b/server/src/utils/urls.js
--- a/server/src/utils/urls.js
+++ b/server/src/utils/urls.js
@@ -17,9 +17,6 @@
+baseDomain: string,
+basePath: string,
+https: boolean,
-};
-type LandingURLFacts = {
- ...AppURLFacts,
+baseRoutePath: string,
};
@@ -38,7 +35,7 @@
: getSquadCalURLFacts();
}
-function getLandingURLFacts(): LandingURLFacts {
+function getLandingURLFacts(): AppURLFacts {
return landingURLFacts;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 6:33 PM (22 h, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2594457
Default Alt Text
D3547.id10831.diff (475 B)
Attached To
Mode
D3547: [server] Add baseRoutePath to app URL config JSON
Attached
Detach File
Event Timeline
Log In to Comment