Refactor ListPosts logic to use time.Time for createdAt and updatedAt; convert timestamps to Unix milliseconds
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 53s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 53s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Name: Blog
|
||||
Host: 0.0.0.0
|
||||
Port: 8888
|
||||
Timeout: 9999999
|
||||
|
||||
JWT:
|
||||
Secret: "${JWT_SECRET}" # JWT signing secret key
|
||||
|
||||
Reference in New Issue
Block a user