implement reset nkode

This commit is contained in:
2024-09-27 13:51:45 -05:00
parent 1b133edd78
commit 57b5308ca9
17 changed files with 489 additions and 88 deletions

6
core/config.go Normal file
View File

@@ -0,0 +1,6 @@
package core
const (
BackendHost = "localhost:8080"
FrontendHost = "localhost:8090"
)