implement email queue

This commit is contained in:
2024-10-06 09:57:29 -05:00
parent a95c0ed9b0
commit bb915f8f0a
19 changed files with 270 additions and 46 deletions

View File

@@ -1,6 +1,5 @@
package core
const (
BackendHost = "localhost:8080"
FrontendHost = "localhost:8090"
FrontendHost = "https://nkode.tech"
)