commencement de la 'page search'
This commit is contained in:
parent
5f4ecfc7b3
commit
58d80d1a6b
47 changed files with 889 additions and 84 deletions
7
src/proxy.conf.json
Normal file
7
src/proxy.conf.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"/api/*": {
|
||||
"target": "http://localhost:3000",
|
||||
"secure": false,
|
||||
"logLevel": "debug"
|
||||
}
|
||||
}
|
||||
Reference in a new issue