storj/satellite/console/consoleweb
Ivan Fraixedes 2d8f396eeb private/apigen: Make API base path configurable
Previously the base path for the API was hardcoded to `/api` and the
specified version.

This was not obvious that the generated code was setting that base path
and it was not flexible for serving the API under a different path than
`/api`.

We will likely need to set a different base path if we pretend to serve
the new back office API that we are going to implement alongside the
current admin API until the new back office is fully implemented and
verified that works properly.

This commit also fix add the base path of the endpoints to the
documentation because it was even more confusing for somebody that wants
to use the API having to find out them through looking to the generated
code.

Change-Id: I6efab6b6f3d295129d6f42f7fbba8c2dc19725f4
2023-08-28 14:35:01 +00:00
..
consoleapi private/apigen: Make API base path configurable 2023-08-28 14:35:01 +00:00
consolewebauth satellite/console: support hosting Vuetify POC on subdomain 2023-08-14 13:15:41 +00:00
config.go satellite/{payments, console}: added functionality to get wallet's transactions (including pending) 2023-07-18 11:09:29 +00:00
endpoints_test.go satellite/{consoleweb,consoleapi}: add cross user api tests 2023-08-24 20:16:20 +00:00
error_fallback.html satellite/console/consoleweb: create a fallback error.html 2023-04-18 14:36:51 +00:00
server_test.go satellite/console: optional separate web app server 2023-07-11 12:17:35 -04:00
server.go cmd,satellite: remove Graphql code and dependencies 2023-08-22 12:23:14 +00:00
utils_test.go satellite/console/consoleweb: Trace HTTP endpoints 2022-07-18 13:27:50 +00:00
utils.go cmd,satellite: remove Graphql code and dependencies 2023-08-22 12:23:14 +00:00