From 8d13c24d96fa19eacd943eee66fed56d0b23d20f Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 18 Mar 2023 01:41:00 +0200 Subject: [PATCH] standard : changelog Signed-off-by: Ari Archer --- STANDARD.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/STANDARD.md b/STANDARD.md index 88417ca..1f4bd9c 100644 --- a/STANDARD.md +++ b/STANDARD.md @@ -9,7 +9,7 @@ it follows and what standard it practices - e.g. , you can make the request to that route and thats all, hashing of it works basically the same, but wtihout `/api/` -- - - > 1 API route + - \>1 API route - use `/api` directory for APIs based on JSON if you have multiple ones - `/api/*.json` is any API route - `/api` purely should return a redirect to a JSON file in `/api` containing @@ -80,3 +80,7 @@ it follows and what standard it practices - `color-scheme` and `theme-color` should also preferably be defined - textual content - dates : `yyyy/mm/dd` for dates `yyyy-mm-dd` for timestamps + +# changelog + +- `2023-03-18` -- init