mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 10:46:09 +02:00
wip
This commit is contained in:
@@ -32,7 +32,7 @@ export default (mios: MiOS) => {
|
||||
route('*', notFound);
|
||||
|
||||
function index() {
|
||||
mios.isSignedin ? home() : entrance();
|
||||
mios.isSignedIn ? home() : entrance();
|
||||
}
|
||||
|
||||
function home() {
|
||||
|
||||
Reference in New Issue
Block a user