diff --git a/Source/API/script/index.php b/Source/API/script/index.php index ea7c770..7d0701d 100644 --- a/Source/API/script/index.php +++ b/Source/API/script/index.php @@ -188,7 +188,7 @@ $app->delete('/deleteKeyword', function(Request $request, Response $response){ return $response->withStatus(200); }); -$app->get('getAllKeyword', function(Request $request, Response $response){ +$app->get('/getAllKeyword', function(Request $request, Response $response){ try{ $response->getBody()->write(json_encode((new GatewayKeyword)->getAllKeyword(),JSON_UNESCAPED_UNICODE)); }catch (PDOException $e){