From 2e906c0689dce6c63e10c76df553f31716864006 Mon Sep 17 00:00:00 2001 From: Ey0bMaru Date: Sun, 12 Jan 2020 06:52:13 +1100 Subject: [PATCH] Appeal page added --- UI/templates/appeal.html | 0 main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 UI/templates/appeal.html diff --git a/UI/templates/appeal.html b/UI/templates/appeal.html new file mode 100644 index 0000000..e69de29 diff --git a/main.go b/main.go index ccb7696..be56642 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( func main() { fmt.Println("Welcome To Court Case Management System") - db, err := gorm.Open("postgres", "host=localhost port=5433 user=postgres dbname=gormdb password=123456") + db, err := gorm.Open("postgres", "host=localhost user=postgres dbname=gormdb password=E456yob123 sslmode=disable") defer db.Close() if err != nil {