Revert "codeintel: Internal API proxy (#12691)"
Created by: slimsag
This reverts commit 948c70bc63dca2818242f04ee1634f7729d9ca17
@efritz 127.0.0.1
is not the same as localhost
at this line: https://github.com/sourcegraph/sourcegraph/commit/948c70bc63dca2818242f04ee1634f7729d9ca17#diff-43ce7058eaf16e2c6216de27ee6c3b18R10
Thus, this commit is causing the sourcegraph-frontend-internal
API to be inaccessible outside the container entirely. See https://sourcegraph.slack.com/archives/CJX299FGE/p1596596537480100
I am pretty sure just swapping 127.0.0.1
with localhost
on that line should be fine, but I'm tired and want to hop offline so I'm reverting instead :) feel free to re-merge tomorrow.