Apiato does not recommend serving HTML pages. Instead you should build your own Frontend App completely isolated from the Backend code.
The provided Admin route
-
http://admin.apiato.test/dashboard
-
http://admin.apiato.test/login
-
http://admin.apiato.test/logout
How it works
Visiting http://admin.apiato.test/dashboard will redirect you to a login page for admins.
the default credentials are:
email: admin@admin.com
password: admin

It is up to you to build and customize your admin dashboard however you prefer.
Change default Admin credentials
you can change these default values from the seeder class in the Authorization container: app/Containers/Authorization/Data/Seeders/RolesAndPermissionsSeeder.php.