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:
Diffstat (limited to 'src/router.php')
-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