Initial commit
This commit is contained in:
commit
0a854f708a
17 changed files with 796 additions and 0 deletions
9
api/missions.go
Normal file
9
api/missions.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package api
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func declareMissionsRoutes(route *gin.RouterGroup) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue