Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2021-01-07 03:08:56 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2021-01-07 03:12:20 +0300
commit85efcca29d07b0e1dcda13c2bcc3fb7554408c0c (patch)
tree8c4464d8c9ca547d564cd4d0b05dfc5653a991fa
parent79fd4feda104a94d8777afe209e819f3acfedd85 (diff)
login route is now POST /login
-rw-r--r--src/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.php b/src/router.php
index 392ff57f..0aa90273 100644
--- a/src/router.php
+++ b/src/router.php
@@ -65,7 +65,7 @@ $app->get('/status', function (
);
});
-$app->post('/redirect/server', function (
+$app->post('/login', function (
\Slim\Http\Request $request,
\Slim\Http\Response $response,
array $args