aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/start/routes.js
Commit message (Collapse)AuthorAge
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* refactor: Reuse constants and utility functions to remove hardcoding/duplicationLibravatar Vijay A2021-08-23
|
* Removed straggling code related to 'popular services'.Libravatar Vijay A2021-08-03
|
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
* Ignored tests in 'internal-server' folder since there are none. * Linter fixes