mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
messing around a bit
This commit is contained in:
10
cmd/server/main.go
Normal file
10
cmd/server/main.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/gotosocial/server/internal/api"
|
||||
)
|
||||
|
||||
func main() {
|
||||
router := api.NewRouter()
|
||||
router.Route()
|
||||
}
|
Reference in New Issue
Block a user