mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-09 20:28:29 +03:00
emergency throwing slate into maintenance until textile can lift our free limit or provide instructions on how to pay
This commit is contained in:
parent
1f8bfc8e34
commit
bfab445e84
@ -108,6 +108,10 @@ app.prepare().then(async () => {
|
||||
|
||||
const isBucketsAvailable = await Utilities.checkTextile();
|
||||
|
||||
return res.redirect("/maintenance");
|
||||
|
||||
/*
|
||||
|
||||
if (!isBucketsAvailable && Environment.IS_PRODUCTION) {
|
||||
return res.redirect("/maintenance");
|
||||
}
|
||||
@ -128,6 +132,8 @@ app.prepare().then(async () => {
|
||||
mobile,
|
||||
resources: EXTERNAL_RESOURCES,
|
||||
});
|
||||
|
||||
*/
|
||||
});
|
||||
|
||||
server.get("/_/integration-page", async (req, res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user