@@ -1,4 +1,4 @@
-package config
+package main
/* SERVER CONFIGURATION */
const SERVER_PORT = 8081
@@ -5,7 +5,6 @@ import (
"net/http"
"strconv"
- "./config"
"./core/database"
"./core/errors"
req "./core/request"