push to test

This commit is contained in:
florianboisdron
2024-11-27 22:55:17 +01:00
parent 8c4e38205a
commit 6280890543
5 changed files with 35 additions and 9 deletions

Binary file not shown.

View File

@@ -1,2 +1,25 @@
27-11-2024;https://vyme.fr
01-12-2024;https://vyme.fr
07-11-2024;https://vyme.fr
02-12-2024;https://vyme.fr
03-12-2024;
04-12-2024;
05-12-2024;
06-12-2024;
07-12-2024;
08-12-2024;
09-12-2024;
10-12-2024;
11-12-2024;
12-12-2024;
13-12-2024;
14-12-2024;
15-12-2024;
16-12-2024;
17-12-2024;
18-12-2024;
19-12-2024;
20-12-2024;
21-12-2024;
22-12-2024;
23-12-2024;
24-12-2024;

View File

@@ -53,10 +53,10 @@ func getDayAndLink(c *gin.Context) {
log.Fatalf("Error reading file: %v", err)
}
link, exists := links[date]
if !exists {
link/*, exists*/ := links[date]
/*if !exists {
link = "https://instagram.com/appen_isen"
}
}*/
c.JSON(200, LinkAndDate{Link: link, Date: date})
}