Skip to content

Commit

Permalink
test: commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 28, 2023
1 parent 0afaa77 commit 1b17ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/server/admin/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"fmt"
"log"
"net/http"
"os"
Expand Down Expand Up @@ -28,6 +29,7 @@ func main() {
func startServer() {
const certLoc = "./certs/fullchain.pem"
const keyLoc = "./certs/privkey.pem"
fmt.Println("testing derp")

app := mux.NewRouter()

Expand Down

0 comments on commit 1b17ed3

Please sign in to comment.