aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-20 15:46:06 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-20 15:46:06 +0530
commitaa15d59e35523c7210e962ab367e56f68467317b (patch)
treea1dbaeeb4b1d803d3fc9a6de3637f90de89daf79 /main.go
parent9b9875c34b336fac5932d514746be7c1470dce54 (diff)
styled the form and completed the mechanism to only render page on midnightHEADmaster
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 837dce2..0e75be7 100644
--- a/main.go
+++ b/main.go
@@ -22,7 +22,8 @@ func main() {
router.Static("/media", "static/media")
- //router.Static("/scripts", "static/scripts")
+ router.Static("/scripts", "static/scripts")
+ router.Static("/old/scripts", "static/scripts")
// serve classic themed pages
router.GET("/old", func (c *gin.Context) {