Skip to content

Commit

Permalink
made https work again
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed Jun 2, 2024
1 parent 78241d6 commit e92a69e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified EduSync.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func handler() http.Handler {
mux.HandleFunc("/admin/", adminHandler)
mux.HandleFunc("/", mainHandler)
fmt.Println("Server started")
http.ListenAndServe(":8080", mux)
// http.ListenAndServe(":8080", mux)
// r.HandleFunc("/1", serverhome)
// r.HandleFunc("/2", setCookieHandler)
return mux
Expand Down

0 comments on commit e92a69e

Please sign in to comment.