Page MenuHomePhabricator

use landing base route path to construct endpoints
ClosedPublic

Authored by varun on Mar 11 2022, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 9:26 AM
Unknown Object (File)
Mon, Jun 24, 4:04 PM
Unknown Object (File)
Sun, Jun 23, 2:26 PM
Unknown Object (File)
Sun, Jun 23, 10:18 AM
Unknown Object (File)
Fri, Jun 21, 11:58 PM
Unknown Object (File)
Fri, Jun 21, 11:58 PM
Unknown Object (File)
Fri, Jun 21, 11:57 PM
Unknown Object (File)
Fri, Jun 21, 11:40 PM

Details

Summary

we should avoid hardcoding paths like /commlanding/. instead we should get the paths from the landing_url.json file.

depends on D3413

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Mar 11 2022, 3:03 PM
server/src/server.js
60 ↗(On Diff #10318)

Should the / here (and in similar spots below) be replaced with squadCalBaseRoutePath? I guess you'll have to pull all of that stuff out in a later diff anyways, so it doesn't make sense to update here

tomek added a reviewer: ashoat.
This revision is now accepted and ready to land.Mar 16 2022, 9:12 PM