From e4c283cfaeaabb549883e2c108d2657740ba649a Mon Sep 17 00:00:00 2001 From: AMPHP Bot Date: Fri, 29 Dec 2023 10:50:49 -0600 Subject: [PATCH] Sync http-server-router.md --- http-server-router.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-server-router.md b/http-server-router.md index 8decf8b..525f125 100644 --- a/http-server-router.md +++ b/http-server-router.md @@ -1,8 +1,8 @@ --- notice: 'This file is imported and can be edited at https://github.com/amphp/http-server-router/blob/2.x/README.md' -title: 'Routing for HTTP servers in PHP' -description: 'Learn how to route to different HTTP server RequestHandler instances based on the request path and method using FastRoute.' -image: undraw/undraw_logistics.svg +title: http-server-router +description: 'Learn how to create an HTTP server request handler based on path router.' +image: undraw/undraw_server_cluster.svg permalink: /http-server-router source: 'https://github.com/amphp/http-server-router/blob/2.x/README.md' layout: docs