mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
Remove basic auth on website
This commit is contained in:
@@ -66,7 +66,6 @@ function AppHandler(req, res) {
|
||||
}
|
||||
|
||||
const app = express();
|
||||
app.use(basicAuth('navigate', 'navigate', 'React Navigation Preview'));
|
||||
app.get('/', AppHandler);
|
||||
app.use(express.static(join(__dirname, '../public')));
|
||||
app.get('*', AppHandler);
|
||||
|
||||
Reference in New Issue
Block a user