diff options
Diffstat (limited to 'backend/controllers/demoController.go')
| -rw-r--r-- | backend/controllers/demoController.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/controllers/demoController.go b/backend/controllers/demoController.go index fdabbae..85f6ede 100644 --- a/backend/controllers/demoController.go +++ b/backend/controllers/demoController.go | |||
| @@ -40,7 +40,7 @@ func UploadDemo(c *gin.Context) { | |||
| 40 | }) | 40 | }) |
| 41 | return | 41 | return |
| 42 | }*/ | 42 | }*/ |
| 43 | f, err := os.Open("test.txt") | 43 | f, err := os.Open("pgun_2280.dem") |
| 44 | if err != nil { | 44 | if err != nil { |
| 45 | panic(fmt.Sprintf("cannot open file: %v", err)) | 45 | panic(fmt.Sprintf("cannot open file: %v", err)) |
| 46 | } | 46 | } |