This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
serverctl
Watch
1
Star
0
Fork
0
You've already forked serverctl
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
c3946df1ff
serverctl
/
services
/
entry
/
main.go
8 lines
69 B
Go
Raw
Normal View
History
Unescape
Escape
Add base
2022-02-11 22:06:52 +01:00
package
main
Move into api routers instead of main
2022-02-16 16:27:48 +01:00
import
"serverctl/cmd/app"
cron, db, cache and migrations
2022-02-13 18:09:26 +01:00
Add base
2022-02-11 22:06:52 +01:00
func
main
(
)
{
Move into api routers instead of main
2022-02-16 16:27:48 +01:00
app
.
Run
(
)
Fixed indexing on m:n table, as well as added seeding function
2022-02-15 00:00:48 +01:00
}
Reference in New Issue
Copy Permalink