refactor to use redux WIP

just pushing to save data
This commit is contained in:
2024-04-16 22:05:51 +02:00
parent 7f03bf900f
commit 69daf8ccae
26 changed files with 434 additions and 368 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ http {
}
upstream backend {
server 172.17.0.1:7251;
server backend:8080;
}
server {