Functionnal register system, 404 page, splitted services into multiple files and various fixes
This commit is contained in:
parent
42a66ddda1
commit
93bf736ca9
23 changed files with 575 additions and 128 deletions
10
frontend/config/config.json
Normal file
10
frontend/config/config.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"port": 8100,
|
||||
|
||||
"backend": {
|
||||
"address": "localhost",
|
||||
"port": 8000,
|
||||
"protocol": "http",
|
||||
"path": "/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue