api troubles bzt we're getting there
All checks were successful
Build and push / Pulling repo on server (push) Has been skipped

This commit is contained in:
2023-10-18 19:08:38 +02:00
parent 4e60d5a6f6
commit 04af3a34bd
6 changed files with 120 additions and 76 deletions

View File

@ -0,0 +1,15 @@
<?php
class Auth extends Page {
function login()
{
return 'hättest gern';
}
function maySeeThisPage()
{
return true;
}
}