mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
docs(client): add a note to specify how the new client is served
This commit is contained in:
parent
82c912237b
commit
a86166742f
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ api.getFrontPage = {
|
|||
|
||||
// All requests to /new_app (except /new_app/static) should serve the new client in development
|
||||
// if (IS_PROD && IS_NEW_CLIENT_ENABLED) {
|
||||
|
||||
// All the routes (except for the api and payments routes) serve the new client side
|
||||
// The code that does it can be found in /middlewares/notFound.js
|
||||
api.getNewClient = {
|
||||
method: 'GET',
|
||||
url: '/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue