mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-01-10 02:07:21 +03:00
10 lines
130 B
Go
10 lines
130 B
Go
package main
|
|
|
|
import (
|
|
"github.com/gotosocial/server/internal/api"
|
|
)
|
|
|
|
func main() {
|
|
router := api.NewRouter()
|
|
router.Route()
|
|
}
|