add version and test updates
This commit is contained in:
1 parent
5a45bb0a7f
commit
0fd16b62f2
4 files changed
+62
-34
No files matched your search
@@ -1,6 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/SowinskiBraeden/school-management-api/routes"
|
||||
@@ -10,7 +11,10 @@ import (
|
||||
"github.com/gofiber/fiber/v2/middleware/cors"
|
||||
)
|
||||
|
||||
const version string = "\nv0.8.2-Alpha"
|
||||
|
||||
func main() {
|
||||
fmt.Println(version)
|
||||
app := fiber.New()
|
||||
|
||||
app.Use(cors.New(cors.Config{
|
||||
|
||||
Reference in new issue
Block a user