Mensa-API/main.go

10 lines
107 B
Go
Raw Normal View History

2024-03-27 16:41:57 +00:00
package main
import (
2024-09-15 16:57:03 +00:00
"github.com/LeRoid-hub/Mensa-API/server"
2024-03-27 16:41:57 +00:00
)
func main() {
server.Run()
}