Made the web server command the default
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
konrad 2019-03-24 14:31:17 +01:00
parent 273c2798a7
commit 172decd2ed
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 4 deletions

View File

@ -42,9 +42,7 @@ alpine areas of the Andes and a relative of the llama.
Vikunja is a self-hosted To-Do list application with a web app and mobile apps for all platforms. It is licensed under the GPLv3.
Find more info at vikunja.io.`,
Run: func(cmd *cobra.Command, args []string) {
// Do Stuff Here
},
Run: webCmd.Run,
}
func Execute() {

View File

@ -36,7 +36,7 @@ func init() {
var webCmd = &cobra.Command{
Use: "web",
Short: "Runs the api web server",
Short: "Starts the rest api web server",
Run: func(cmd *cobra.Command, args []string) {
// Set logger