feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality
This commit is contained in:
12
client/proxy.conf.json
Normal file
12
client/proxy.conf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"/ps": {
|
||||
"target": "https://shop.gameovergne.fr",
|
||||
"secure": true,
|
||||
"changeOrigin": true,
|
||||
"logLevel": "debug",
|
||||
"pathRewrite": { "^/ps": "/api" },
|
||||
"headers": {
|
||||
"Authorization": "Basic MkFRUEcxM01KOFgxMTdVNkZKNU5HSFBTOTNIRTM0QUI="
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user