This website requires JavaScript.
Explore
Help
Sign In
raphael
/
link_shortener
Watch
1
Star
0
Fork
0
You've already forked link_shortener
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
85850a9d63
link_shortener
/
app
/
static
/
res
/
short.json
2 lines
3 B
JSON
Raw
Normal View
History
Unescape
Escape
initial commit, adding flask structure, README, routes - routes defined in routes.py uses the <path:..> function to catch every non-empty url comming along - request.full_path is used to get the entire url, as <path:> would remove eg GET '?' from the url, which we don't want for the link forwarding. - request.full_path[1:] removes the '/' from the url
2021-08-12 11:45:31 +02:00
[
]
Reference in New Issue
Copy Permalink