Compare commits
2 Commits
e084663f19
...
86647034c8
| Author | SHA1 | Date | |
|---|---|---|---|
| 86647034c8 | |||
| 01e2d404fb |
@@ -7,7 +7,7 @@
|
|||||||
"npm": false,
|
"npm": false,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"after:bump": "echo Version bumped to ${version}",
|
"after:bump": "echo Version bumped to ${version}",
|
||||||
"after:release": "echo SUCCESSFULLY RELEASED: v${version} > test.log"
|
"after:release": "node ./scripts/create-gitea-release.js ${version}"
|
||||||
|
|
||||||
},
|
},
|
||||||
"github": false,
|
"github": false,
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"package.json"
|
"package.json",
|
||||||
|
"CHANGELOG.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("Welcome to lst backend where all the fun happens.")
|
fmt.Println("Welcome to lst backend where all the fun happens")
|
||||||
r := gin.Default()
|
r := gin.Default()
|
||||||
|
|
||||||
r.GET("/", errorLoc)
|
r.GET("/", errorLoc)
|
||||||
|
|||||||
Reference in New Issue
Block a user