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
This commit is contained in:
BIN
app/static/res/favicon.ico
Normal file
BIN
app/static/res/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
app/static/res/short.json
Normal file
1
app/static/res/short.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
Reference in New Issue
Block a user