mirror of
https://github.com/appen-isen/projet-cal.git
synced 2026-03-18 21:40:34 +01:00
push to test
This commit is contained in:
BIN
backend/backend
BIN
backend/backend
Binary file not shown.
@@ -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;
|
||||
@@ -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})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user