add config

This commit is contained in:
Fran Jurmanović
2024-09-30 23:08:06 +02:00
parent 86804e04d2
commit f5a7749ad9
9 changed files with 79 additions and 27 deletions

View File

@@ -1,11 +1,11 @@
package server
import (
"rockhu-bot/local/api"
"rockhu-bot/local/utl/common"
"fmt"
"log"
"os"
"rockhu-bot/local/api"
"rockhu-bot/local/utl/common"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/cors"