Create index.php
This commit is contained in:
6
Ruijie/auth/index.php
Normal file
6
Ruijie/auth/index.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
http_response_code(200);
|
||||
header("Content-Type: text/plain");
|
||||
|
||||
echo "Auth:1";
|
||||
exit;
|
||||
Reference in New Issue
Block a user