mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
use boot-key query parameter, tighten url match, put randomness in suggestions
This commit is contained in:
@@ -560,7 +560,7 @@ export class FlexServer implements GristServer {
|
||||
this.app.get('/boot(/(:bootKey/?)?)?$', async (req, res) => {
|
||||
// Doing a good redirect is actually pretty subtle and we might
|
||||
// get it wrong, so just say /boot got moved.
|
||||
res.send('The /boot/key page is now /admin?boot=key');
|
||||
res.send('The /boot/KEY page is now /admin?boot-key=KEY');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user