Refactor codebase and removed leftover development code

This commit is contained in:
2024-04-27 16:07:07 +07:00
parent a539e0a2bf
commit 5cf1aacf23
26 changed files with 63 additions and 120 deletions

View File

@ -1,12 +1,13 @@
package signupVerifyHandler
import (
"net/http"
"github.com/fossyy/filekeeper/db"
signupHandler "github.com/fossyy/filekeeper/handler/signup"
"github.com/fossyy/filekeeper/logger"
"github.com/fossyy/filekeeper/types"
signupView "github.com/fossyy/filekeeper/view/signup"
"net/http"
)
var log *logger.AggregatedLogger