How Vue connects URL directly to a file

RT, I want to establish a route to connect directly to a txt file. Others can access the contents of the file directly through a URL. For example, you can:

curl "http://127.0.0.1:3000/-sharp/config/txt"

this allows you to return the contents of txt directly in the console.

Mar.14,2021

use the a tag href to link the file address, and
output in the console.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c4d2-e851.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c4d2-e851.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?