Add CORS capability to Flask
Add static blog demo files
This commit is contained in:
parent
4a8cad8a00
commit
4e6c59362c
36 changed files with 6100 additions and 0 deletions
15
demo/package.json
Normal file
15
demo/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "website",
|
||||
"version": "0.1.0",
|
||||
"description": "Web site",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Yax",
|
||||
"license": "BSD",
|
||||
"dependencies": {
|
||||
"finalhandler": "~0.3.3",
|
||||
"serve-static": "~1.9.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue