⬆️ Chore: Update Bcrypt
This commit is contained in:
parent
270fed9c0c
commit
de4df4062c
3 changed files with 5 additions and 4 deletions
2
main.go
2
main.go
|
@ -103,7 +103,6 @@ func main() {
|
|||
|
||||
// Start webserver
|
||||
initHTTPServer()
|
||||
|
||||
}
|
||||
|
||||
// Web server initializer
|
||||
|
@ -263,7 +262,6 @@ func createUserTable() {
|
|||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func createFilesTable() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue