mirror of
https://github.com/Xevion/linkpulse.git
synced 2026-01-31 06:24:47 -06:00
Minor unnecessary
This commit is contained in:
Vendored
+4
-1
@@ -58,5 +58,8 @@
|
|||||||
"*lock.*",
|
"*lock.*",
|
||||||
"package.json",
|
"package.json",
|
||||||
"routeTree.gen.ts"
|
"routeTree.gen.ts"
|
||||||
]
|
],
|
||||||
|
"files.associations": {
|
||||||
|
"Caddyfile.*": "caddyfile"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ if is_development:
|
|||||||
from fastapi.middleware.cors import CORSMiddleware
|
from fastapi.middleware.cors import CORSMiddleware
|
||||||
|
|
||||||
origins = [
|
origins = [
|
||||||
"http://localhost",
|
"http://localhost:8080",
|
||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user