diff --git a/app-code/api/login/check_pw.php b/app-code/api/login/check_pw.php new file mode 100644 index 0000000..45fe688 --- /dev/null +++ b/app-code/api/login/check_pw.php @@ -0,0 +1,37 @@ + 'success' + ]; + echo(json_encode($data)); +}else{ + $data = [ + 'status' => 'failure' + ]; + echo(json_encode($data)); + +} + + +?> diff --git a/app-code/login/pw.php b/app-code/login/pw.php new file mode 100644 index 0000000..9b2bee5 --- /dev/null +++ b/app-code/login/pw.php @@ -0,0 +1,115 @@ + + +
+ + +