From 140e705997aa077211999b77d102340ad6b27744 Mon Sep 17 00:00:00 2001 From: AndcoolSystems Date: Wed, 31 Jul 2024 22:08:09 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf1ced..9f6f76d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # File Uploader -The file uploader is implemented in the Python programming language using FastAPI. All uploaded files are stored on the server. The API provides the ability to preview and download files based on their file extensions. +The file uploader is implemented in the Python programming language using FastAPI. All uploaded files are stored on the server. The API provides the ability to preview and download files based on their file extensions. + +## New Feature! +Upload a .txt file containing only the full link to a resource to shorten it! (The service will automatically redirect you to the specified link when you follow a link to a txt file) ## API Documentation