Skip to content

Commit

Permalink
Auto-configure the client’s server URL (actualbudget#135)
Browse files Browse the repository at this point in the history
* Respond to the /client-bootstrap route

* Move the bootstrap route to /account/needs-bootstrap

* needs-bootstrap is not authenticated

* we don’t need isActual
  • Loading branch information
j-f1 authored Feb 22, 2023
1 parent fa42c22 commit 06b687e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-account.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function hashPassword(password) {

// Non-authenticated endpoints:
//
// /needs-bootstrap
// /boostrap (special endpoint for setting up the instance, cant call again)
// /login

Expand Down

0 comments on commit 06b687e

Please sign in to comment.